type github.com/gotd/td/tg.InputPrivacyKeyForwards
19 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_key_gen.go#L449: type InputPrivacyKeyForwards struct {
tl_input_privacy_key_gen.go#L456: func (i InputPrivacyKeyForwards) construct() InputPrivacyKeyClass { return &i }
tl_input_privacy_key_gen.go#L460: _ bin.Encoder = &InputPrivacyKeyForwards{}
tl_input_privacy_key_gen.go#L461: _ bin.Decoder = &InputPrivacyKeyForwards{}
tl_input_privacy_key_gen.go#L462: _ bin.BareEncoder = &InputPrivacyKeyForwards{}
tl_input_privacy_key_gen.go#L463: _ bin.BareDecoder = &InputPrivacyKeyForwards{}
tl_input_privacy_key_gen.go#L465: _ InputPrivacyKeyClass = &InputPrivacyKeyForwards{}
tl_input_privacy_key_gen.go#L468: func (i *InputPrivacyKeyForwards) Zero() bool {
tl_input_privacy_key_gen.go#L477: func (i *InputPrivacyKeyForwards) String() string {
tl_input_privacy_key_gen.go#L481: type Alias InputPrivacyKeyForwards
tl_input_privacy_key_gen.go#L488: func (*InputPrivacyKeyForwards) TypeID() uint32 {
tl_input_privacy_key_gen.go#L493: func (*InputPrivacyKeyForwards) TypeName() string {
tl_input_privacy_key_gen.go#L498: func (i *InputPrivacyKeyForwards) TypeInfo() tdp.Type {
tl_input_privacy_key_gen.go#L512: func (i *InputPrivacyKeyForwards) Encode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L521: func (i *InputPrivacyKeyForwards) EncodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L529: func (i *InputPrivacyKeyForwards) Decode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L540: func (i *InputPrivacyKeyForwards) DecodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L1139: v := InputPrivacyKeyForwards{}
tl_registry_gen.go#L4024: InputPrivacyKeyForwardsTypeID: func() bin.Object { return &InputPrivacyKeyForwards{} },
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. |