const github.com/gotd/td/tg.MessagesSentEncryptedFileTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_messages_sent_encrypted_message_gen.go#L181: const MessagesSentEncryptedFileTypeID = 0x9493ff32
tl_messages_sent_encrypted_message_gen.go#L232: return MessagesSentEncryptedFileTypeID
tl_messages_sent_encrypted_message_gen.go#L244: ID: MessagesSentEncryptedFileTypeID,
tl_messages_sent_encrypted_message_gen.go#L268: b.PutID(MessagesSentEncryptedFileTypeID)
tl_messages_sent_encrypted_message_gen.go#L292: if err := b.ConsumeID(MessagesSentEncryptedFileTypeID); err != nil {
tl_messages_sent_encrypted_message_gen.go#L390: case MessagesSentEncryptedFileTypeID:
tl_registry_gen.go#L426: MessagesSentEncryptedFileTypeID: "messages.sentEncryptedFile#9493ff32",
tl_registry_gen.go#L2208: "messages.sentEncryptedFile": MessagesSentEncryptedFileTypeID,
tl_registry_gen.go#L3990: MessagesSentEncryptedFileTypeID: func() bin.Object { return &MessagesSentEncryptedFile{} },
tl_registry_gen.go#L6195: MessagesSentEncryptedFileTypeID,
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. |