type github.com/gotd/td/tg.PrivacyKeyAbout
19 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L959: type PrivacyKeyAbout struct {
tl_privacy_key_gen.go#L966: func (p PrivacyKeyAbout) construct() PrivacyKeyClass { return &p }
tl_privacy_key_gen.go#L970: _ bin.Encoder = &PrivacyKeyAbout{}
tl_privacy_key_gen.go#L971: _ bin.Decoder = &PrivacyKeyAbout{}
tl_privacy_key_gen.go#L972: _ bin.BareEncoder = &PrivacyKeyAbout{}
tl_privacy_key_gen.go#L973: _ bin.BareDecoder = &PrivacyKeyAbout{}
tl_privacy_key_gen.go#L975: _ PrivacyKeyClass = &PrivacyKeyAbout{}
tl_privacy_key_gen.go#L978: func (p *PrivacyKeyAbout) Zero() bool {
tl_privacy_key_gen.go#L987: func (p *PrivacyKeyAbout) String() string {
tl_privacy_key_gen.go#L991: type Alias PrivacyKeyAbout
tl_privacy_key_gen.go#L998: func (*PrivacyKeyAbout) TypeID() uint32 {
tl_privacy_key_gen.go#L1003: func (*PrivacyKeyAbout) TypeName() string {
tl_privacy_key_gen.go#L1008: func (p *PrivacyKeyAbout) TypeInfo() tdp.Type {
tl_privacy_key_gen.go#L1022: func (p *PrivacyKeyAbout) Encode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L1031: func (p *PrivacyKeyAbout) EncodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L1039: func (p *PrivacyKeyAbout) Decode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L1050: func (p *PrivacyKeyAbout) DecodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L1174: v := PrivacyKeyAbout{}
tl_registry_gen.go#L4039: PrivacyKeyAboutTypeID: func() bin.Object { return &PrivacyKeyAbout{} },
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. |