type github.com/gotd/td/tg.PrivacyKeyAddedByPhone
19 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L755: type PrivacyKeyAddedByPhone struct {
tl_privacy_key_gen.go#L762: func (p PrivacyKeyAddedByPhone) construct() PrivacyKeyClass { return &p }
tl_privacy_key_gen.go#L766: _ bin.Encoder = &PrivacyKeyAddedByPhone{}
tl_privacy_key_gen.go#L767: _ bin.Decoder = &PrivacyKeyAddedByPhone{}
tl_privacy_key_gen.go#L768: _ bin.BareEncoder = &PrivacyKeyAddedByPhone{}
tl_privacy_key_gen.go#L769: _ bin.BareDecoder = &PrivacyKeyAddedByPhone{}
tl_privacy_key_gen.go#L771: _ PrivacyKeyClass = &PrivacyKeyAddedByPhone{}
tl_privacy_key_gen.go#L774: func (p *PrivacyKeyAddedByPhone) Zero() bool {
tl_privacy_key_gen.go#L783: func (p *PrivacyKeyAddedByPhone) String() string {
tl_privacy_key_gen.go#L787: type Alias PrivacyKeyAddedByPhone
tl_privacy_key_gen.go#L794: func (*PrivacyKeyAddedByPhone) TypeID() uint32 {
tl_privacy_key_gen.go#L799: func (*PrivacyKeyAddedByPhone) TypeName() string {
tl_privacy_key_gen.go#L804: func (p *PrivacyKeyAddedByPhone) TypeInfo() tdp.Type {
tl_privacy_key_gen.go#L818: func (p *PrivacyKeyAddedByPhone) Encode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L827: func (p *PrivacyKeyAddedByPhone) EncodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L835: func (p *PrivacyKeyAddedByPhone) Decode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L846: func (p *PrivacyKeyAddedByPhone) DecodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L1160: v := PrivacyKeyAddedByPhone{}
tl_registry_gen.go#L4037: PrivacyKeyAddedByPhoneTypeID: func() bin.Object { return &PrivacyKeyAddedByPhone{} },
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |