MadelineProto/docs/API_docs/constructors/inputBotInlineMessageText.md
2016-12-30 23:21:36 +03:00

796 B

title description
inputBotInlineMessageText inputBotInlineMessageText attributes, type and example

Constructor: inputBotInlineMessageText

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: InputBotInlineMessage

Example:

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