type github.com/gotd/td/tg.InputPrivacyKeyAbout
19 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_key_gen.go#L959: type InputPrivacyKeyAbout struct {
tl_input_privacy_key_gen.go#L966: func (i InputPrivacyKeyAbout) construct() InputPrivacyKeyClass { return &i }
tl_input_privacy_key_gen.go#L970: _ bin.Encoder = &InputPrivacyKeyAbout{}
tl_input_privacy_key_gen.go#L971: _ bin.Decoder = &InputPrivacyKeyAbout{}
tl_input_privacy_key_gen.go#L972: _ bin.BareEncoder = &InputPrivacyKeyAbout{}
tl_input_privacy_key_gen.go#L973: _ bin.BareDecoder = &InputPrivacyKeyAbout{}
tl_input_privacy_key_gen.go#L975: _ InputPrivacyKeyClass = &InputPrivacyKeyAbout{}
tl_input_privacy_key_gen.go#L978: func (i *InputPrivacyKeyAbout) Zero() bool {
tl_input_privacy_key_gen.go#L987: func (i *InputPrivacyKeyAbout) String() string {
tl_input_privacy_key_gen.go#L991: type Alias InputPrivacyKeyAbout
tl_input_privacy_key_gen.go#L998: func (*InputPrivacyKeyAbout) TypeID() uint32 {
tl_input_privacy_key_gen.go#L1003: func (*InputPrivacyKeyAbout) TypeName() string {
tl_input_privacy_key_gen.go#L1008: func (i *InputPrivacyKeyAbout) TypeInfo() tdp.Type {
tl_input_privacy_key_gen.go#L1022: func (i *InputPrivacyKeyAbout) Encode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L1031: func (i *InputPrivacyKeyAbout) EncodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L1039: func (i *InputPrivacyKeyAbout) Decode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L1050: func (i *InputPrivacyKeyAbout) DecodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L1174: v := InputPrivacyKeyAbout{}
tl_registry_gen.go#L4029: InputPrivacyKeyAboutTypeID: func() bin.Object { return &InputPrivacyKeyAbout{} },
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. |