type github.com/gotd/td/tg.InputPrivacyKeyPhoneP2P
19 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_key_gen.go#L357: type InputPrivacyKeyPhoneP2P struct {
tl_input_privacy_key_gen.go#L364: func (i InputPrivacyKeyPhoneP2P) construct() InputPrivacyKeyClass { return &i }
tl_input_privacy_key_gen.go#L368: _ bin.Encoder = &InputPrivacyKeyPhoneP2P{}
tl_input_privacy_key_gen.go#L369: _ bin.Decoder = &InputPrivacyKeyPhoneP2P{}
tl_input_privacy_key_gen.go#L370: _ bin.BareEncoder = &InputPrivacyKeyPhoneP2P{}
tl_input_privacy_key_gen.go#L371: _ bin.BareDecoder = &InputPrivacyKeyPhoneP2P{}
tl_input_privacy_key_gen.go#L373: _ InputPrivacyKeyClass = &InputPrivacyKeyPhoneP2P{}
tl_input_privacy_key_gen.go#L376: func (i *InputPrivacyKeyPhoneP2P) Zero() bool {
tl_input_privacy_key_gen.go#L385: func (i *InputPrivacyKeyPhoneP2P) String() string {
tl_input_privacy_key_gen.go#L389: type Alias InputPrivacyKeyPhoneP2P
tl_input_privacy_key_gen.go#L396: func (*InputPrivacyKeyPhoneP2P) TypeID() uint32 {
tl_input_privacy_key_gen.go#L401: func (*InputPrivacyKeyPhoneP2P) TypeName() string {
tl_input_privacy_key_gen.go#L406: func (i *InputPrivacyKeyPhoneP2P) TypeInfo() tdp.Type {
tl_input_privacy_key_gen.go#L420: func (i *InputPrivacyKeyPhoneP2P) Encode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L429: func (i *InputPrivacyKeyPhoneP2P) EncodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L437: func (i *InputPrivacyKeyPhoneP2P) Decode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L448: func (i *InputPrivacyKeyPhoneP2P) DecodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L1585: v := InputPrivacyKeyPhoneP2P{}
tl_registry_gen.go#L5391: InputPrivacyKeyPhoneP2PTypeID: func() bin.Object { return &InputPrivacyKeyPhoneP2P{} },
![]() |
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. |