const github.com/gotd/td/tg.BotInlineResultTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_bot_inline_result_gen.go#L76: const BotInlineResultTypeID = 0x11965f3a
tl_bot_inline_result_gen.go#L175: return BotInlineResultTypeID
tl_bot_inline_result_gen.go#L187: ID: BotInlineResultTypeID,
tl_bot_inline_result_gen.go#L259: buf.PutID(BotInlineResultTypeID)
tl_bot_inline_result_gen.go#L313: if err := buf.ConsumeID(BotInlineResultTypeID); err != nil {
tl_bot_inline_result_gen.go#L988: case BotInlineResultTypeID:
tl_registry_gen.go#L633: BotInlineResultTypeID: "botInlineResult#11965f3a",
tl_registry_gen.go#L2415: "botInlineResult": BotInlineResultTypeID,
tl_registry_gen.go#L4197: BotInlineResultTypeID: func() bin.Object { return &BotInlineResult{} },
tl_registry_gen.go#L5491: BotInlineResultTypeID,
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. |