mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
802 B
802 B
Constructor: inputBotInlineResultDocument
Attributes:
Name | Type | Required |
---|---|---|
id | string | Required |
type | string | Required |
title | string | Optional |
description | string | Optional |
document | InputDocument | Required |
send_message | InputBotInlineMessage | Required |
Type:
Example:
$inputBotInlineResultDocument = ['_' => inputBotInlineResultDocument', 'id' => string, 'type' => string, 'title' => string, 'description' => string, 'document' => InputDocument, 'send_message' => InputBotInlineMessage, ];