mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:07:47 +01:00
632 B
632 B
Constructor: inputBotInlineResultPhoto
Attributes:
Name | Type | Required |
---|---|---|
id | string | Required |
type | string | Required |
photo | InputPhoto | Required |
send_message | InputBotInlineMessage | Required |
Type:
Example:
$inputBotInlineResultPhoto = ['_' => inputBotInlineResultPhoto', 'id' => string, 'type' => string, 'photo' => InputPhoto, 'send_message' => InputBotInlineMessage, ];