const github.com/gotd/td/tg.BotInfoTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_bot_info_gen.go#L71: const BotInfoTypeID = 0x8f300b57
tl_bot_info_gen.go#L158: return BotInfoTypeID
tl_bot_info_gen.go#L170: ID: BotInfoTypeID,
tl_bot_info_gen.go#L238: buf.PutID(BotInfoTypeID)
tl_bot_info_gen.go#L297: if err := buf.ConsumeID(BotInfoTypeID); err != nil {
tl_registry_gen.go#L541: BotInfoTypeID: "botInfo#8f300b57",
tl_registry_gen.go#L2323: "botInfo": BotInfoTypeID,
tl_registry_gen.go#L4105: BotInfoTypeID: func() bin.Object { return &BotInfo{} },
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. |