type github.com/gotd/td/tg.InputPrivacyKeyPhoneNumber
19 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_key_gen.go#L666: type InputPrivacyKeyPhoneNumber struct {
tl_input_privacy_key_gen.go#L673: func (i InputPrivacyKeyPhoneNumber) construct() InputPrivacyKeyClass { return &i }
tl_input_privacy_key_gen.go#L677: _ bin.Encoder = &InputPrivacyKeyPhoneNumber{}
tl_input_privacy_key_gen.go#L678: _ bin.Decoder = &InputPrivacyKeyPhoneNumber{}
tl_input_privacy_key_gen.go#L679: _ bin.BareEncoder = &InputPrivacyKeyPhoneNumber{}
tl_input_privacy_key_gen.go#L680: _ bin.BareDecoder = &InputPrivacyKeyPhoneNumber{}
tl_input_privacy_key_gen.go#L682: _ InputPrivacyKeyClass = &InputPrivacyKeyPhoneNumber{}
tl_input_privacy_key_gen.go#L685: func (i *InputPrivacyKeyPhoneNumber) Zero() bool {
tl_input_privacy_key_gen.go#L694: func (i *InputPrivacyKeyPhoneNumber) String() string {
tl_input_privacy_key_gen.go#L698: type Alias InputPrivacyKeyPhoneNumber
tl_input_privacy_key_gen.go#L705: func (*InputPrivacyKeyPhoneNumber) TypeID() uint32 {
tl_input_privacy_key_gen.go#L710: func (*InputPrivacyKeyPhoneNumber) TypeName() string {
tl_input_privacy_key_gen.go#L715: func (i *InputPrivacyKeyPhoneNumber) TypeInfo() tdp.Type {
tl_input_privacy_key_gen.go#L729: func (i *InputPrivacyKeyPhoneNumber) Encode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L738: func (i *InputPrivacyKeyPhoneNumber) EncodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L746: func (i *InputPrivacyKeyPhoneNumber) Decode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L757: func (i *InputPrivacyKeyPhoneNumber) DecodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L1606: v := InputPrivacyKeyPhoneNumber{}
tl_registry_gen.go#L5394: InputPrivacyKeyPhoneNumberTypeID: func() bin.Object { return &InputPrivacyKeyPhoneNumber{} },
![]() |
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. |