const github.com/gotd/td/tg.InputPrivacyKeyForwardsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_key_gen.go#L453: const InputPrivacyKeyForwardsTypeID = 0xa4dd4c08
tl_input_privacy_key_gen.go#L489: return InputPrivacyKeyForwardsTypeID
tl_input_privacy_key_gen.go#L501: ID: InputPrivacyKeyForwardsTypeID,
tl_input_privacy_key_gen.go#L516: b.PutID(InputPrivacyKeyForwardsTypeID)
tl_input_privacy_key_gen.go#L533: if err := b.ConsumeID(InputPrivacyKeyForwardsTypeID); err != nil {
tl_input_privacy_key_gen.go#L1137: case InputPrivacyKeyForwardsTypeID:
tl_registry_gen.go#L460: InputPrivacyKeyForwardsTypeID: "inputPrivacyKeyForwards#a4dd4c08",
tl_registry_gen.go#L2242: "inputPrivacyKeyForwards": InputPrivacyKeyForwardsTypeID,
tl_registry_gen.go#L4024: InputPrivacyKeyForwardsTypeID: func() bin.Object { return &InputPrivacyKeyForwards{} },
tl_registry_gen.go#L5905: InputPrivacyKeyForwardsTypeID,
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. |