type github.com/gotd/td/tg.PrivacyKeyChatInvite
19 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L153: type PrivacyKeyChatInvite struct {
tl_privacy_key_gen.go#L160: func (p PrivacyKeyChatInvite) construct() PrivacyKeyClass { return &p }
tl_privacy_key_gen.go#L164: _ bin.Encoder = &PrivacyKeyChatInvite{}
tl_privacy_key_gen.go#L165: _ bin.Decoder = &PrivacyKeyChatInvite{}
tl_privacy_key_gen.go#L166: _ bin.BareEncoder = &PrivacyKeyChatInvite{}
tl_privacy_key_gen.go#L167: _ bin.BareDecoder = &PrivacyKeyChatInvite{}
tl_privacy_key_gen.go#L169: _ PrivacyKeyClass = &PrivacyKeyChatInvite{}
tl_privacy_key_gen.go#L172: func (p *PrivacyKeyChatInvite) Zero() bool {
tl_privacy_key_gen.go#L181: func (p *PrivacyKeyChatInvite) String() string {
tl_privacy_key_gen.go#L185: type Alias PrivacyKeyChatInvite
tl_privacy_key_gen.go#L192: func (*PrivacyKeyChatInvite) TypeID() uint32 {
tl_privacy_key_gen.go#L197: func (*PrivacyKeyChatInvite) TypeName() string {
tl_privacy_key_gen.go#L202: func (p *PrivacyKeyChatInvite) TypeInfo() tdp.Type {
tl_privacy_key_gen.go#L216: func (p *PrivacyKeyChatInvite) Encode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L225: func (p *PrivacyKeyChatInvite) EncodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L233: func (p *PrivacyKeyChatInvite) Decode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L244: func (p *PrivacyKeyChatInvite) DecodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L1568: v := PrivacyKeyChatInvite{}
tl_registry_gen.go#L5492: PrivacyKeyChatInviteTypeID: func() bin.Object { return &PrivacyKeyChatInvite{} },
![]() |
The pages are generated with Golds v0.8.5. (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. |