const github.com/gotd/td/tg.PrivacyKeyStatusTimestampTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L42: const PrivacyKeyStatusTimestampTypeID = 0xbc2eab30
tl_privacy_key_gen.go#L78: return PrivacyKeyStatusTimestampTypeID
tl_privacy_key_gen.go#L90: ID: PrivacyKeyStatusTimestampTypeID,
tl_privacy_key_gen.go#L105: b.PutID(PrivacyKeyStatusTimestampTypeID)
tl_privacy_key_gen.go#L122: if err := b.ConsumeID(PrivacyKeyStatusTimestampTypeID); err != nil {
tl_privacy_key_gen.go#L1109: case PrivacyKeyStatusTimestampTypeID:
tl_registry_gen.go#L466: PrivacyKeyStatusTimestampTypeID: "privacyKeyStatusTimestamp#bc2eab30",
tl_registry_gen.go#L2248: "privacyKeyStatusTimestamp": PrivacyKeyStatusTimestampTypeID,
tl_registry_gen.go#L4030: PrivacyKeyStatusTimestampTypeID: func() bin.Object { return &PrivacyKeyStatusTimestamp{} },
tl_registry_gen.go#L6325: PrivacyKeyStatusTimestampTypeID,
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. |