const github.com/gotd/td/tg.PrivacyKeyForwardsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L453: const PrivacyKeyForwardsTypeID = 0x69ec56a3
tl_privacy_key_gen.go#L489: return PrivacyKeyForwardsTypeID
tl_privacy_key_gen.go#L501: ID: PrivacyKeyForwardsTypeID,
tl_privacy_key_gen.go#L516: b.PutID(PrivacyKeyForwardsTypeID)
tl_privacy_key_gen.go#L533: if err := b.ConsumeID(PrivacyKeyForwardsTypeID); err != nil {
tl_privacy_key_gen.go#L1137: case PrivacyKeyForwardsTypeID:
tl_registry_gen.go#L470: PrivacyKeyForwardsTypeID: "privacyKeyForwards#69ec56a3",
tl_registry_gen.go#L2252: "privacyKeyForwards": PrivacyKeyForwardsTypeID,
tl_registry_gen.go#L4034: PrivacyKeyForwardsTypeID: func() bin.Object { return &PrivacyKeyForwards{} },
tl_registry_gen.go#L6329: PrivacyKeyForwardsTypeID,
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. |