botInlineMessageMediaAuto
Send whatever media is attached to the botInlineMediaResult
type tg.BotInlineMessageMediaAuto struct { /* ... */ }
Implements BotInlineMessage.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
InvertMedia | bool | — | If set, any eventual webpage preview will be shown on top of the message instead of at the bottom. |
Message | string | yes | Caption |
Entities | []MessageEntityClass | — | Message entities for styled text |
ReplyMarkup | ReplyMarkupClass | — | Inline keyboard |
References
- Official documentation
- Generated Go reference
- TL definition:
botInlineMessageMediaAuto#764cf810