const github.com/gotd/td/tg.MessagesReceivedQueueRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_received_queue_gen.go#L46: const MessagesReceivedQueueRequestTypeID = 0x55a5bb66
tl_messages_received_queue_gen.go#L87: return MessagesReceivedQueueRequestTypeID
tl_messages_received_queue_gen.go#L99: ID: MessagesReceivedQueueRequestTypeID,
tl_messages_received_queue_gen.go#L119: b.PutID(MessagesReceivedQueueRequestTypeID)
tl_messages_received_queue_gen.go#L137: if err := b.ConsumeID(MessagesReceivedQueueRequestTypeID); err != nil {
tl_registry_gen.go#L1420: MessagesReceivedQueueRequestTypeID: "messages.receivedQueue#55a5bb66",
tl_registry_gen.go#L3202: "messages.receivedQueue": MessagesReceivedQueueRequestTypeID,
tl_registry_gen.go#L4984: MessagesReceivedQueueRequestTypeID: func() bin.Object { return &MessagesReceivedQueueRequest{} },
tl_server_gen.go#L3271: s.handlers[MessagesReceivedQueueRequestTypeID] = 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. |