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