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