type github.com/gotd/td/tg.PrivacyKeyProfilePhoto
19 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L564: type PrivacyKeyProfilePhoto struct {
tl_privacy_key_gen.go#L571: func (p PrivacyKeyProfilePhoto) construct() PrivacyKeyClass { return &p }
tl_privacy_key_gen.go#L575: _ bin.Encoder = &PrivacyKeyProfilePhoto{}
tl_privacy_key_gen.go#L576: _ bin.Decoder = &PrivacyKeyProfilePhoto{}
tl_privacy_key_gen.go#L577: _ bin.BareEncoder = &PrivacyKeyProfilePhoto{}
tl_privacy_key_gen.go#L578: _ bin.BareDecoder = &PrivacyKeyProfilePhoto{}
tl_privacy_key_gen.go#L580: _ PrivacyKeyClass = &PrivacyKeyProfilePhoto{}
tl_privacy_key_gen.go#L583: func (p *PrivacyKeyProfilePhoto) Zero() bool {
tl_privacy_key_gen.go#L592: func (p *PrivacyKeyProfilePhoto) String() string {
tl_privacy_key_gen.go#L596: type Alias PrivacyKeyProfilePhoto
tl_privacy_key_gen.go#L603: func (*PrivacyKeyProfilePhoto) TypeID() uint32 {
tl_privacy_key_gen.go#L608: func (*PrivacyKeyProfilePhoto) TypeName() string {
tl_privacy_key_gen.go#L613: func (p *PrivacyKeyProfilePhoto) TypeInfo() tdp.Type {
tl_privacy_key_gen.go#L627: func (p *PrivacyKeyProfilePhoto) Encode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L636: func (p *PrivacyKeyProfilePhoto) EncodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L644: func (p *PrivacyKeyProfilePhoto) Decode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L655: func (p *PrivacyKeyProfilePhoto) DecodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L1596: v := PrivacyKeyProfilePhoto{}
tl_registry_gen.go#L5407: PrivacyKeyProfilePhotoTypeID: func() bin.Object { return &PrivacyKeyProfilePhoto{} },
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |