telegram api constructor · layer 229 · #88bf9319
inputBotInlineResult
An inline bot result
definition
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;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
id | string | ID of result |
type | string | Result type (see bot API docs) |
title | string | Result title |
description | string | Result description |
url | string | URL of result |
thumb | InputWebDocument | Thumbnail for result |
content | InputWebDocument | Result contents |
send_message | InputBotInlineMessage | Message to send when the result is selected |
type
InputBotInlineResult · other constructors: inputBotInlineResultPhoto, inputBotInlineResultDocument, inputBotInlineResultGame
history
present in layers 46–229 · constructor id changed 1×
| id | layers |
|---|---|
| #2cbbe15a | 46–75 |
| #88bf9319 | 76–229 |