const github.com/gotd/td/tg.InputPrivacyKeyVoiceMessagesTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_key_gen.go#L861: const InputPrivacyKeyVoiceMessagesTypeID = 0xaee69d68
tl_input_privacy_key_gen.go#L897: return InputPrivacyKeyVoiceMessagesTypeID
tl_input_privacy_key_gen.go#L909: ID: InputPrivacyKeyVoiceMessagesTypeID,
tl_input_privacy_key_gen.go#L924: b.PutID(InputPrivacyKeyVoiceMessagesTypeID)
tl_input_privacy_key_gen.go#L941: if err := b.ConsumeID(InputPrivacyKeyVoiceMessagesTypeID); err != nil {
tl_input_privacy_key_gen.go#L1165: case InputPrivacyKeyVoiceMessagesTypeID:
tl_registry_gen.go#L464: InputPrivacyKeyVoiceMessagesTypeID: "inputPrivacyKeyVoiceMessages#aee69d68",
tl_registry_gen.go#L2246: "inputPrivacyKeyVoiceMessages": InputPrivacyKeyVoiceMessagesTypeID,
tl_registry_gen.go#L4028: InputPrivacyKeyVoiceMessagesTypeID: func() bin.Object { return &InputPrivacyKeyVoiceMessages{} },
tl_registry_gen.go#L5909: InputPrivacyKeyVoiceMessagesTypeID,
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. |