type github.com/gotd/td/tg.InputPrivacyKeyAddedByPhone
19 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_key_gen.go#L755: type InputPrivacyKeyAddedByPhone struct {
tl_input_privacy_key_gen.go#L762: func (i InputPrivacyKeyAddedByPhone) construct() InputPrivacyKeyClass { return &i }
tl_input_privacy_key_gen.go#L766: _ bin.Encoder = &InputPrivacyKeyAddedByPhone{}
tl_input_privacy_key_gen.go#L767: _ bin.Decoder = &InputPrivacyKeyAddedByPhone{}
tl_input_privacy_key_gen.go#L768: _ bin.BareEncoder = &InputPrivacyKeyAddedByPhone{}
tl_input_privacy_key_gen.go#L769: _ bin.BareDecoder = &InputPrivacyKeyAddedByPhone{}
tl_input_privacy_key_gen.go#L771: _ InputPrivacyKeyClass = &InputPrivacyKeyAddedByPhone{}
tl_input_privacy_key_gen.go#L774: func (i *InputPrivacyKeyAddedByPhone) Zero() bool {
tl_input_privacy_key_gen.go#L783: func (i *InputPrivacyKeyAddedByPhone) String() string {
tl_input_privacy_key_gen.go#L787: type Alias InputPrivacyKeyAddedByPhone
tl_input_privacy_key_gen.go#L794: func (*InputPrivacyKeyAddedByPhone) TypeID() uint32 {
tl_input_privacy_key_gen.go#L799: func (*InputPrivacyKeyAddedByPhone) TypeName() string {
tl_input_privacy_key_gen.go#L804: func (i *InputPrivacyKeyAddedByPhone) TypeInfo() tdp.Type {
tl_input_privacy_key_gen.go#L818: func (i *InputPrivacyKeyAddedByPhone) Encode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L827: func (i *InputPrivacyKeyAddedByPhone) EncodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L835: func (i *InputPrivacyKeyAddedByPhone) Decode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L846: func (i *InputPrivacyKeyAddedByPhone) DecodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L1160: v := InputPrivacyKeyAddedByPhone{}
tl_registry_gen.go#L4027: InputPrivacyKeyAddedByPhoneTypeID: func() bin.Object { return &InputPrivacyKeyAddedByPhone{} },
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. |