type github.com/gotd/td/tg.PrivacyKeyStatusTimestamp
19 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L51: type PrivacyKeyStatusTimestamp struct {
tl_privacy_key_gen.go#L58: func (p PrivacyKeyStatusTimestamp) construct() PrivacyKeyClass { return &p }
tl_privacy_key_gen.go#L62: _ bin.Encoder = &PrivacyKeyStatusTimestamp{}
tl_privacy_key_gen.go#L63: _ bin.Decoder = &PrivacyKeyStatusTimestamp{}
tl_privacy_key_gen.go#L64: _ bin.BareEncoder = &PrivacyKeyStatusTimestamp{}
tl_privacy_key_gen.go#L65: _ bin.BareDecoder = &PrivacyKeyStatusTimestamp{}
tl_privacy_key_gen.go#L67: _ PrivacyKeyClass = &PrivacyKeyStatusTimestamp{}
tl_privacy_key_gen.go#L70: func (p *PrivacyKeyStatusTimestamp) Zero() bool {
tl_privacy_key_gen.go#L79: func (p *PrivacyKeyStatusTimestamp) String() string {
tl_privacy_key_gen.go#L83: type Alias PrivacyKeyStatusTimestamp
tl_privacy_key_gen.go#L90: func (*PrivacyKeyStatusTimestamp) TypeID() uint32 {
tl_privacy_key_gen.go#L95: func (*PrivacyKeyStatusTimestamp) TypeName() string {
tl_privacy_key_gen.go#L100: func (p *PrivacyKeyStatusTimestamp) TypeInfo() tdp.Type {
tl_privacy_key_gen.go#L114: func (p *PrivacyKeyStatusTimestamp) Encode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L123: func (p *PrivacyKeyStatusTimestamp) EncodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L131: func (p *PrivacyKeyStatusTimestamp) Decode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L142: func (p *PrivacyKeyStatusTimestamp) DecodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L1561: v := PrivacyKeyStatusTimestamp{}
tl_registry_gen.go#L5402: PrivacyKeyStatusTimestampTypeID: func() bin.Object { return &PrivacyKeyStatusTimestamp{} },
![]() |
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. |