mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 14:07:23 +01:00
20 lines
594 B
Markdown
20 lines
594 B
Markdown
|
## Constructor: botInlineMessageText
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|no\_webpage|[Bool](../types/Bool.md) | Optional|
|
||
|
|message|[string](../types/string.md) | Required|
|
||
|
|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional|
|
||
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
|
||
|
|
||
|
|
||
|
### Type: [BotInlineMessage](../types/BotInlineMessage.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$botInlineMessageText = ['no_webpage' => Bool, 'message' => string, 'entities' => [MessageEntity], 'reply_markup' => ReplyMarkup, ];
|
||
|
```
|