const github.com/gotd/td/tg.MessagesCreateChatRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_create_chat_gen.go#L67: const MessagesCreateChatRequestTypeID = 0x34a818
tl_messages_create_chat_gen.go#L124: return MessagesCreateChatRequestTypeID
tl_messages_create_chat_gen.go#L136: ID: MessagesCreateChatRequestTypeID,
tl_messages_create_chat_gen.go#L172: b.PutID(MessagesCreateChatRequestTypeID)
tl_messages_create_chat_gen.go#L206: if err := b.ConsumeID(MessagesCreateChatRequestTypeID); err != nil {
tl_registry_gen.go#L1410: MessagesCreateChatRequestTypeID: "messages.createChat#34a818",
tl_registry_gen.go#L3192: "messages.createChat": MessagesCreateChatRequestTypeID,
tl_registry_gen.go#L4974: MessagesCreateChatRequestTypeID: func() bin.Object { return &MessagesCreateChatRequest{} },
tl_server_gen.go#L3089: s.handlers[MessagesCreateChatRequestTypeID] = 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. |