MadelineProto/old_docs/API_docs_v45/constructors/botInlineMessageText.md

668 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

Type: BotInlineMessage

Example:

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