type github.com/gotd/td/tg.InputPrivacyKeyPhoneNumber
19 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_key_gen.go#L653: type InputPrivacyKeyPhoneNumber struct {
tl_input_privacy_key_gen.go#L660: func (i InputPrivacyKeyPhoneNumber) construct() InputPrivacyKeyClass { return &i }
tl_input_privacy_key_gen.go#L664: _ bin.Encoder = &InputPrivacyKeyPhoneNumber{}
tl_input_privacy_key_gen.go#L665: _ bin.Decoder = &InputPrivacyKeyPhoneNumber{}
tl_input_privacy_key_gen.go#L666: _ bin.BareEncoder = &InputPrivacyKeyPhoneNumber{}
tl_input_privacy_key_gen.go#L667: _ bin.BareDecoder = &InputPrivacyKeyPhoneNumber{}
tl_input_privacy_key_gen.go#L669: _ InputPrivacyKeyClass = &InputPrivacyKeyPhoneNumber{}
tl_input_privacy_key_gen.go#L672: func (i *InputPrivacyKeyPhoneNumber) Zero() bool {
tl_input_privacy_key_gen.go#L681: func (i *InputPrivacyKeyPhoneNumber) String() string {
tl_input_privacy_key_gen.go#L685: type Alias InputPrivacyKeyPhoneNumber
tl_input_privacy_key_gen.go#L692: func (*InputPrivacyKeyPhoneNumber) TypeID() uint32 {
tl_input_privacy_key_gen.go#L697: func (*InputPrivacyKeyPhoneNumber) TypeName() string {
tl_input_privacy_key_gen.go#L702: func (i *InputPrivacyKeyPhoneNumber) TypeInfo() tdp.Type {
tl_input_privacy_key_gen.go#L716: func (i *InputPrivacyKeyPhoneNumber) Encode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L725: func (i *InputPrivacyKeyPhoneNumber) EncodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L733: func (i *InputPrivacyKeyPhoneNumber) Decode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L744: func (i *InputPrivacyKeyPhoneNumber) DecodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L1153: v := InputPrivacyKeyPhoneNumber{}
tl_registry_gen.go#L4026: InputPrivacyKeyPhoneNumberTypeID: func() bin.Object { return &InputPrivacyKeyPhoneNumber{} },
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. |