mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:27:46 +01:00
774 B
774 B
Constructor: botInlineMediaResult
Attributes:
Name | Type | Required |
---|---|---|
id | string | Required |
type | string | Required |
photo | Photo | Optional |
document | Document | Optional |
title | string | Optional |
description | string | Optional |
send_message | BotInlineMessage | Required |
Type: BotInlineResult
Example:
$botInlineMediaResult = ['id' => string, 'type' => string, 'photo' => Photo, 'document' => Document, 'title' => string, 'description' => string, 'send_message' => BotInlineMessage, ];