780 B
780 B
title | description |
---|---|
botInlineMediaResultDocument | botInlineMediaResultDocument attributes, type and example |
Constructor: botInlineMediaResultDocument
Attributes:
Name | Type | Required |
---|---|---|
id | string | Required |
type | string | Required |
document | Document | Required |
send_message | BotInlineMessage | Required |
Type: BotInlineResult
Example:
$botInlineMediaResultDocument = ['_' => 'botInlineMediaResultDocument', 'id' => string, 'type' => string, 'document' => Document, 'send_message' => BotInlineMessage, ];