mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 17:47:22 +01:00
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, ];