MadelineProto/docs/API_docs/constructors/botInlineMediaResult.md

950 B

title description
botInlineMediaResult botInlineMediaResult attributes, type and example

Constructor: botInlineMediaResult

Back to constructors index

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, ];