inputBotInlineMessageText
Simple text message
type tg.InputBotInlineMessageText struct { /* ... */ }
Implements InputBotInlineMessage.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
NoWebpage | bool | — | Disable webpage preview |
InvertMedia | bool | — | If set, any eventual webpage preview will be shown on top of the message instead of at the bottom. |
Message | string | yes | Message |
Entities | []MessageEntityClass | — | Message entities for styled text |
ReplyMarkup | ReplyMarkupClass | — | Inline keyboard |
References
- Official documentation
- Generated Go reference
- TL definition:
inputBotInlineMessageText#3dcd7a87