const github.com/gotd/td/tg.PrivacyKeyPhoneCallTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L246: const PrivacyKeyPhoneCallTypeID = 0x3d662b7b
tl_privacy_key_gen.go#L282: return PrivacyKeyPhoneCallTypeID
tl_privacy_key_gen.go#L294: ID: PrivacyKeyPhoneCallTypeID,
tl_privacy_key_gen.go#L309: b.PutID(PrivacyKeyPhoneCallTypeID)
tl_privacy_key_gen.go#L326: if err := b.ConsumeID(PrivacyKeyPhoneCallTypeID); err != nil {
tl_privacy_key_gen.go#L1123: case PrivacyKeyPhoneCallTypeID:
tl_registry_gen.go#L468: PrivacyKeyPhoneCallTypeID: "privacyKeyPhoneCall#3d662b7b",
tl_registry_gen.go#L2250: "privacyKeyPhoneCall": PrivacyKeyPhoneCallTypeID,
tl_registry_gen.go#L4032: PrivacyKeyPhoneCallTypeID: func() bin.Object { return &PrivacyKeyPhoneCall{} },
tl_registry_gen.go#L6327: PrivacyKeyPhoneCallTypeID,
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. |