type github.com/gotd/td/tg.PrivacyKeyStatusTimestamp
19 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L38: type PrivacyKeyStatusTimestamp struct {
tl_privacy_key_gen.go#L45: func (p PrivacyKeyStatusTimestamp) construct() PrivacyKeyClass { return &p }
tl_privacy_key_gen.go#L49: _ bin.Encoder = &PrivacyKeyStatusTimestamp{}
tl_privacy_key_gen.go#L50: _ bin.Decoder = &PrivacyKeyStatusTimestamp{}
tl_privacy_key_gen.go#L51: _ bin.BareEncoder = &PrivacyKeyStatusTimestamp{}
tl_privacy_key_gen.go#L52: _ bin.BareDecoder = &PrivacyKeyStatusTimestamp{}
tl_privacy_key_gen.go#L54: _ PrivacyKeyClass = &PrivacyKeyStatusTimestamp{}
tl_privacy_key_gen.go#L57: func (p *PrivacyKeyStatusTimestamp) Zero() bool {
tl_privacy_key_gen.go#L66: func (p *PrivacyKeyStatusTimestamp) String() string {
tl_privacy_key_gen.go#L70: type Alias PrivacyKeyStatusTimestamp
tl_privacy_key_gen.go#L77: func (*PrivacyKeyStatusTimestamp) TypeID() uint32 {
tl_privacy_key_gen.go#L82: func (*PrivacyKeyStatusTimestamp) TypeName() string {
tl_privacy_key_gen.go#L87: func (p *PrivacyKeyStatusTimestamp) TypeInfo() tdp.Type {
tl_privacy_key_gen.go#L101: func (p *PrivacyKeyStatusTimestamp) Encode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L110: func (p *PrivacyKeyStatusTimestamp) EncodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L118: func (p *PrivacyKeyStatusTimestamp) Decode(b *bin.Buffer) error {
tl_privacy_key_gen.go#L129: func (p *PrivacyKeyStatusTimestamp) DecodeBare(b *bin.Buffer) error {
tl_privacy_key_gen.go#L1111: v := PrivacyKeyStatusTimestamp{}
tl_registry_gen.go#L4030: PrivacyKeyStatusTimestampTypeID: func() bin.Object { return &PrivacyKeyStatusTimestamp{} },
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. |