const github.com/gotd/td/tg.PrivacyKeyVoiceMessagesTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_privacy_key_gen.go#L861: const PrivacyKeyVoiceMessagesTypeID = 0x697f414
tl_privacy_key_gen.go#L897: return PrivacyKeyVoiceMessagesTypeID
tl_privacy_key_gen.go#L909: ID: PrivacyKeyVoiceMessagesTypeID,
tl_privacy_key_gen.go#L924: b.PutID(PrivacyKeyVoiceMessagesTypeID)
tl_privacy_key_gen.go#L941: if err := b.ConsumeID(PrivacyKeyVoiceMessagesTypeID); err != nil {
tl_privacy_key_gen.go#L1165: case PrivacyKeyVoiceMessagesTypeID:
tl_registry_gen.go#L474: PrivacyKeyVoiceMessagesTypeID: "privacyKeyVoiceMessages#697f414",
tl_registry_gen.go#L2256: "privacyKeyVoiceMessages": PrivacyKeyVoiceMessagesTypeID,
tl_registry_gen.go#L4038: PrivacyKeyVoiceMessagesTypeID: func() bin.Object { return &PrivacyKeyVoiceMessages{} },
tl_registry_gen.go#L6333: PrivacyKeyVoiceMessagesTypeID,
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. |