telegram api constructor · layer 229 · #8c7f65e2
botInlineMessageText
Send a simple text message
definition
botInlineMessageText#8c7f65e2 flags:# no_webpage:flags.0?true invert_media:flags.3?true message:string entities:flags.1?Vector<MessageEntity> reply_markup:flags.2?ReplyMarkup = BotInlineMessage;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
no_webpage | true | Disable webpage preview |
invert_media | true | If set, any eventual webpage preview will be shown on top of the message instead of at the bottom. |
message | string | The message |
entities | Vector<MessageEntity> | Message entities for styled text |
reply_markup | ReplyMarkup | Inline keyboard |
type
BotInlineMessage · other constructors: botInlineMessageMediaAuto, botInlineMessageMediaGeo, botInlineMessageMediaVenue, botInlineMessageMediaContact, botInlineMessageMediaInvoice, botInlineMessageMediaWebPage, botInlineMessageRichMessage
history
present in layers 46–229 · constructor id changed 1×
| id | layers |
|---|---|
| #a56197a9 | 46 |
| #8c7f65e2 | 62–229 |