MadelineProto/docs/API_docs/constructors/botInlineMessageText.md

594 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 = ['no_webpage' => Bool, 'message' => string, 'entities' => [MessageEntity], 'reply_markup' => ReplyMarkup, ];