const github.com/gotd/td/tg.MessagesSetTypingRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_set_typing_gen.go#L62: const MessagesSetTypingRequestTypeID = 0x58943ee2
tl_messages_set_typing_gen.go#L119: return MessagesSetTypingRequestTypeID
tl_messages_set_typing_gen.go#L131: ID: MessagesSetTypingRequestTypeID,
tl_messages_set_typing_gen.go#L167: b.PutID(MessagesSetTypingRequestTypeID)
tl_messages_set_typing_gen.go#L203: if err := b.ConsumeID(MessagesSetTypingRequestTypeID); err != nil {
tl_registry_gen.go#L1397: MessagesSetTypingRequestTypeID: "messages.setTyping#58943ee2",
tl_registry_gen.go#L3179: "messages.setTyping": MessagesSetTypingRequestTypeID,
tl_registry_gen.go#L4961: MessagesSetTypingRequestTypeID: func() bin.Object { return &MessagesSetTypingRequest{} },
tl_server_gen.go#L2860: s.handlers[MessagesSetTypingRequestTypeID] = 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. |