type github.com/gotd/td/tg.InputPrivacyKeyForwards
19 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_key_gen.go#L462: type InputPrivacyKeyForwards struct {
tl_input_privacy_key_gen.go#L469: func (i InputPrivacyKeyForwards) construct() InputPrivacyKeyClass { return &i }
tl_input_privacy_key_gen.go#L473: _ bin.Encoder = &InputPrivacyKeyForwards{}
tl_input_privacy_key_gen.go#L474: _ bin.Decoder = &InputPrivacyKeyForwards{}
tl_input_privacy_key_gen.go#L475: _ bin.BareEncoder = &InputPrivacyKeyForwards{}
tl_input_privacy_key_gen.go#L476: _ bin.BareDecoder = &InputPrivacyKeyForwards{}
tl_input_privacy_key_gen.go#L478: _ InputPrivacyKeyClass = &InputPrivacyKeyForwards{}
tl_input_privacy_key_gen.go#L481: func (i *InputPrivacyKeyForwards) Zero() bool {
tl_input_privacy_key_gen.go#L490: func (i *InputPrivacyKeyForwards) String() string {
tl_input_privacy_key_gen.go#L494: type Alias InputPrivacyKeyForwards
tl_input_privacy_key_gen.go#L501: func (*InputPrivacyKeyForwards) TypeID() uint32 {
tl_input_privacy_key_gen.go#L506: func (*InputPrivacyKeyForwards) TypeName() string {
tl_input_privacy_key_gen.go#L511: func (i *InputPrivacyKeyForwards) TypeInfo() tdp.Type {
tl_input_privacy_key_gen.go#L525: func (i *InputPrivacyKeyForwards) Encode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L534: func (i *InputPrivacyKeyForwards) EncodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L542: func (i *InputPrivacyKeyForwards) Decode(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L553: func (i *InputPrivacyKeyForwards) DecodeBare(b *bin.Buffer) error {
tl_input_privacy_key_gen.go#L1592: v := InputPrivacyKeyForwards{}
tl_registry_gen.go#L5392: InputPrivacyKeyForwardsTypeID: func() bin.Object { return &InputPrivacyKeyForwards{} },
![]() |
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. |