const github.com/gotd/td/tg.PrivacyKeyAddedByPhoneTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L759: const PrivacyKeyAddedByPhoneTypeID = 0x42ffd42b
tl_privacy_key_gen.go#L795: return PrivacyKeyAddedByPhoneTypeID
tl_privacy_key_gen.go#L807: ID: PrivacyKeyAddedByPhoneTypeID,
tl_privacy_key_gen.go#L822: b.PutID(PrivacyKeyAddedByPhoneTypeID)
tl_privacy_key_gen.go#L839: if err := b.ConsumeID(PrivacyKeyAddedByPhoneTypeID); err != nil {
tl_privacy_key_gen.go#L1158: case PrivacyKeyAddedByPhoneTypeID:
tl_registry_gen.go#L473: PrivacyKeyAddedByPhoneTypeID: "privacyKeyAddedByPhone#42ffd42b",
tl_registry_gen.go#L2255: "privacyKeyAddedByPhone": PrivacyKeyAddedByPhoneTypeID,
tl_registry_gen.go#L4037: PrivacyKeyAddedByPhoneTypeID: func() bin.Object { return &PrivacyKeyAddedByPhone{} },
tl_registry_gen.go#L6332: PrivacyKeyAddedByPhoneTypeID,
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. |