Layer 220
Type

Gogram Example

// BotInlineMessage is an interface type
// You can use any of the following constructors:
var _ tg.BotInlineMessage = &tg.BotInlineMessageMediaAuto{}
var _ tg.BotInlineMessage = &tg.BotInlineMessageMediaGeo{}
var _ tg.BotInlineMessage = &tg.BotInlineMessageText{}
var _ tg.BotInlineMessage = &tg.BotInlineMessageMediaVenue{}
var _ tg.BotInlineMessage = &tg.BotInlineMessageMediaContact{}
// ... and 2 more constructors