const github.com/gotd/td/tg.BotsSetBotInfoRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_bots_set_bot_info_gen.go#L66: const BotsSetBotInfoRequestTypeID = 0x10cf3123
tl_bots_set_bot_info_gen.go#L142: return BotsSetBotInfoRequestTypeID
tl_bots_set_bot_info_gen.go#L154: ID: BotsSetBotInfoRequestTypeID,
tl_bots_set_bot_info_gen.go#L210: b.PutID(BotsSetBotInfoRequestTypeID)
tl_bots_set_bot_info_gen.go#L249: if err := b.ConsumeID(BotsSetBotInfoRequestTypeID); err != nil {
tl_registry_gen.go#L1686: BotsSetBotInfoRequestTypeID: "bots.setBotInfo#10cf3123",
tl_registry_gen.go#L3468: "bots.setBotInfo": BotsSetBotInfoRequestTypeID,
tl_registry_gen.go#L5250: BotsSetBotInfoRequestTypeID: func() bin.Object { return &BotsSetBotInfoRequest{} },
tl_server_gen.go#L8061: s.handlers[BotsSetBotInfoRequestTypeID] = 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. |