BotInlineMediaResult
---types---
botInlineMediaResult#17db940b flags:# id:string type:string photo:flags.0?Photo document:flags.1?Document title:flags.2?string description:flags.3?string send_message:BotInlineMessage = BotInlineResult
Belongs to
This type can be an instance of either:
Members
id | string | |
type | string | |
send_message | BotInlineMessage | |
photo | Photo | This argument defaults to None and can be omitted. |
document | Document | This argument defaults to None and can be omitted. |
title | string | This argument defaults to None and can be omitted. |
description | string | This argument defaults to None and can be omitted. |