InputBotInlineResult
---types--- inputBotInlineResult#88bf9319 flags:# id:string type:string title:flags.1?string description:flags.2?string url:flags.3?string thumb:flags.4?InputWebDocument content:flags.5?InputWebDocument send_message:InputBotInlineMessage = InputBotInlineResult
Belongs to
InputBotInlineResult |
This type can be an instance of either:
InputBotInlineResult | InputBotInlineResultDocument |
InputBotInlineResultGame | InputBotInlineResultPhoto |
Members
id | string | |
type | string | |
send_message | InputBotInlineMessage | |
title | string | This argument defaults to None and can be omitted. |
description | string | This argument defaults to None and can be omitted. |
url | string | This argument defaults to None and can be omitted. |
thumb | InputWebDocument | This argument defaults to None and can be omitted. |
content | InputWebDocument | This argument defaults to None and can be omitted. |