MadelineProto/docs/API_docs/constructors/botInlineMessageText.md
2016-12-19 20:56:05 +03:00

620 B

Constructor: botInlineMessageText

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, ];