const github.com/gotd/td/tg.BotInlineMessageMediaAutoTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_bot_inline_message_gen.go#L66: const BotInlineMessageMediaAutoTypeID = 0x764cf810
tl_bot_inline_message_gen.go#L136: return BotInlineMessageMediaAutoTypeID
tl_bot_inline_message_gen.go#L148: ID: BotInlineMessageMediaAutoTypeID,
tl_bot_inline_message_gen.go#L196: buf.PutID(BotInlineMessageMediaAutoTypeID)
tl_bot_inline_message_gen.go#L237: if err := buf.ConsumeID(BotInlineMessageMediaAutoTypeID); err != nil {
tl_bot_inline_message_gen.go#L2690: case BotInlineMessageMediaAutoTypeID:
tl_registry_gen.go#L626: BotInlineMessageMediaAutoTypeID: "botInlineMessageMediaAuto#764cf810",
tl_registry_gen.go#L2408: "botInlineMessageMediaAuto": BotInlineMessageMediaAutoTypeID,
tl_registry_gen.go#L4190: BotInlineMessageMediaAutoTypeID: func() bin.Object { return &BotInlineMessageMediaAuto{} },
tl_registry_gen.go#L5482: BotInlineMessageMediaAutoTypeID,
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. |