614 B
614 B
Constructor: inputBotInlineMessageText
Attributes:
Name | Type | Required |
---|---|---|
no_webpage | Bool | Optional |
message | string | Required |
entities | Array of MessageEntity | Optional |
reply_markup | ReplyMarkup | Optional |
Type: InputBotInlineMessage
Example:
$inputBotInlineMessageText = ['no_webpage' => Bool, 'message' => string, 'entities' => [MessageEntity], 'reply_markup' => ReplyMarkup, ];