const github.com/gotd/td/tg.MessagesStartBotRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_start_bot_gen.go#L56: const MessagesStartBotRequestTypeID = 0xe6df7378
tl_messages_start_bot_gen.go#L112: return MessagesStartBotRequestTypeID
tl_messages_start_bot_gen.go#L124: ID: MessagesStartBotRequestTypeID,
tl_messages_start_bot_gen.go#L156: b.PutID(MessagesStartBotRequestTypeID)
tl_messages_start_bot_gen.go#L187: if err := b.ConsumeID(MessagesStartBotRequestTypeID); err != nil {
tl_registry_gen.go#L1432: MessagesStartBotRequestTypeID: "messages.startBot#e6df7378",
tl_registry_gen.go#L3214: "messages.startBot": MessagesStartBotRequestTypeID,
tl_registry_gen.go#L4996: MessagesStartBotRequestTypeID: func() bin.Object { return &MessagesStartBotRequest{} },
tl_server_gen.go#L3483: s.handlers[MessagesStartBotRequestTypeID] = 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. |