telegram api constructor · layer 229 · #11965f3a
botInlineResult
Generic result
definition
botInlineResult#11965f3a flags:# id:string type:string title:flags.1?string description:flags.2?string url:flags.3?string thumb:flags.4?WebDocument content:flags.5?WebDocument send_message:BotInlineMessage = BotInlineResult;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
id | string | Result ID |
type | string | Result type (see bot API docs) |
title | string | Result title |
description | string | Result description |
url | string | URL of article or webpage |
thumb | WebDocument | Thumbnail for the result |
content | WebDocument | Content of the result |
send_message | BotInlineMessage | Message to send |
type
BotInlineResult · other constructors: botInlineMediaResult
history
present in layers 46–229 · constructor id changed 1×
| id | layers |
|---|---|
| #9bebaeb9 | 46–75 |
| #11965f3a | 76–229 |