1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 10:47:20 +01:00
MadelineProto/docs/API_docs/constructors/botInlineMessageText.md

759 B

title description
botInlineMessageText botInlineMessageText attributes, type and example

Constructor: botInlineMessageText

Back to constructors index

Attributes:

Name Type Required
no_webpage Bool Optional
message string Required
entities Array of MessageEntity Optional
reply_markup ReplyMarkup Optional

Type: BotInlineMessage

Example:

$botInlineMessageText = ['_' => botInlineMessageText, 'no_webpage' => true, 'message' => string, 'entities' => [Vector t], 'reply_markup' => ReplyMarkup, ];