const github.com/gotd/td/tg.BotInlineMessageTextTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_bot_inline_message_gen.go#L390: const BotInlineMessageTextTypeID = 0x8c7f65e2
tl_bot_inline_message_gen.go#L465: return BotInlineMessageTextTypeID
tl_bot_inline_message_gen.go#L477: ID: BotInlineMessageTextTypeID,
tl_bot_inline_message_gen.go#L533: buf.PutID(BotInlineMessageTextTypeID)
tl_bot_inline_message_gen.go#L574: if err := buf.ConsumeID(BotInlineMessageTextTypeID); err != nil {
tl_bot_inline_message_gen.go#L2697: case BotInlineMessageTextTypeID:
tl_registry_gen.go#L627: BotInlineMessageTextTypeID: "botInlineMessageText#8c7f65e2",
tl_registry_gen.go#L2409: "botInlineMessageText": BotInlineMessageTextTypeID,
tl_registry_gen.go#L4191: BotInlineMessageTextTypeID: func() bin.Object { return &BotInlineMessageText{} },
tl_registry_gen.go#L5483: BotInlineMessageTextTypeID,
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. |