const github.com/gotd/td/tg.InputPrivacyKeyAddedByPhoneTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_key_gen.go#L759: const InputPrivacyKeyAddedByPhoneTypeID = 0xd1219bdd
tl_input_privacy_key_gen.go#L795: return InputPrivacyKeyAddedByPhoneTypeID
tl_input_privacy_key_gen.go#L807: ID: InputPrivacyKeyAddedByPhoneTypeID,
tl_input_privacy_key_gen.go#L822: b.PutID(InputPrivacyKeyAddedByPhoneTypeID)
tl_input_privacy_key_gen.go#L839: if err := b.ConsumeID(InputPrivacyKeyAddedByPhoneTypeID); err != nil {
tl_input_privacy_key_gen.go#L1158: case InputPrivacyKeyAddedByPhoneTypeID:
tl_registry_gen.go#L463: InputPrivacyKeyAddedByPhoneTypeID: "inputPrivacyKeyAddedByPhone#d1219bdd",
tl_registry_gen.go#L2245: "inputPrivacyKeyAddedByPhone": InputPrivacyKeyAddedByPhoneTypeID,
tl_registry_gen.go#L4027: InputPrivacyKeyAddedByPhoneTypeID: func() bin.Object { return &InputPrivacyKeyAddedByPhone{} },
tl_registry_gen.go#L5908: InputPrivacyKeyAddedByPhoneTypeID,
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. |