type github.com/gotd/td/tg.PrivacyKeyPhoneP2P
19 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L344: type PrivacyKeyPhoneP2P struct {
tl_privacy_key_gen.go#L351: func (p PrivacyKeyPhoneP2P) construct() PrivacyKeyClass { return &p }
tl_privacy_key_gen.go#L355: _ bin.Encoder = &PrivacyKeyPhoneP2P{}
tl_privacy_key_gen.go#L356: _ bin.Decoder = &PrivacyKeyPhoneP2P{}
tl_privacy_key_gen.go#L357: _ bin.BareEncoder = &PrivacyKeyPhoneP2P{}
tl_privacy_key_gen.go#L358: _ bin.BareDecoder = &PrivacyKeyPhoneP2P{}
tl_privacy_key_gen.go#L360: _ PrivacyKeyClass = &PrivacyKeyPhoneP2P{}
tl_privacy_key_gen.go#L363: func (p *PrivacyKeyPhoneP2P) Zero() bool {
tl_privacy_key_gen.go#L372: func (p *PrivacyKeyPhoneP2P) String() string {
tl_privacy_key_gen.go#L376: type Alias PrivacyKeyPhoneP2P
tl_privacy_key_gen.go#L383: func (*PrivacyKeyPhoneP2P) TypeID() uint32 {
tl_privacy_key_gen.go#L388: func (*PrivacyKeyPhoneP2P) TypeName() string {
tl_privacy_key_gen.go#L393: func (p *PrivacyKeyPhoneP2P) TypeInfo() tdp.Type {
tl_privacy_key_gen.go#L407: func (p *PrivacyKeyPhoneP2P) Encode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L416: func (p *PrivacyKeyPhoneP2P) EncodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L424: func (p *PrivacyKeyPhoneP2P) Decode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L435: func (p *PrivacyKeyPhoneP2P) DecodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L1132: v := PrivacyKeyPhoneP2P{}
tl_registry_gen.go#L4033: PrivacyKeyPhoneP2PTypeID: func() bin.Object { return &PrivacyKeyPhoneP2P{} },
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. |