const github.com/gotd/td/tg.BotsGetBotInfoRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_bots_get_bot_info_gen.go#L55: const BotsGetBotInfoRequestTypeID = 0xdcd914fd
tl_bots_get_bot_info_gen.go#L107: return BotsGetBotInfoRequestTypeID
tl_bots_get_bot_info_gen.go#L119: ID: BotsGetBotInfoRequestTypeID,
tl_bots_get_bot_info_gen.go#L151: b.PutID(BotsGetBotInfoRequestTypeID)
tl_bots_get_bot_info_gen.go#L181: if err := b.ConsumeID(BotsGetBotInfoRequestTypeID); err != nil {
tl_registry_gen.go#L1687: BotsGetBotInfoRequestTypeID: "bots.getBotInfo#dcd914fd",
tl_registry_gen.go#L3469: "bots.getBotInfo": BotsGetBotInfoRequestTypeID,
tl_registry_gen.go#L5251: BotsGetBotInfoRequestTypeID: func() bin.Object { return &BotsGetBotInfoRequest{} },
tl_server_gen.go#L8078: s.handlers[BotsGetBotInfoRequestTypeID] = 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. |