const github.com/gotd/td/tg.MessagesRequestEncryptionRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_request_encryption_gen.go#L52: const MessagesRequestEncryptionRequestTypeID = 0xf64daf43
tl_messages_request_encryption_gen.go#L103: return MessagesRequestEncryptionRequestTypeID
tl_messages_request_encryption_gen.go#L115: ID: MessagesRequestEncryptionRequestTypeID,
tl_messages_request_encryption_gen.go#L143: b.PutID(MessagesRequestEncryptionRequestTypeID)
tl_messages_request_encryption_gen.go#L168: if err := b.ConsumeID(MessagesRequestEncryptionRequestTypeID); err != nil {
tl_registry_gen.go#L1412: MessagesRequestEncryptionRequestTypeID: "messages.requestEncryption#f64daf43",
tl_registry_gen.go#L3194: "messages.requestEncryption": MessagesRequestEncryptionRequestTypeID,
tl_registry_gen.go#L4976: MessagesRequestEncryptionRequestTypeID: func() bin.Object { return &MessagesRequestEncryptionRequest{} },
tl_server_gen.go#L3123: s.handlers[MessagesRequestEncryptionRequestTypeID] = handler
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. |