1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 16:07:21 +01:00
MadelineProto/docs/API_docs/constructors/botInlineMediaResult.md
2016-12-19 20:35:27 +03:00

802 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 = ['_' => botInlineMediaResult', 'id' => string, 'type' => string, 'photo' => Photo, 'document' => Document, 'title' => string, 'description' => string, 'send_message' => BotInlineMessage, ];