botInlineResult
Generic result
type tg.BotInlineResult struct { /* ... */ }
Implements BotInlineResult.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | string | yes | Result ID |
Type | string | yes | Result type (see bot API docs) |
Title | string | — | Result title |
Description | string | — | Result description |
URL | string | — | URL of article or webpage |
Thumb | WebDocumentClass | — | Thumbnail for the result |
Content | WebDocumentClass | — | Content of the result |
SendMessage | BotInlineMessageClass | yes | Message to send |
References
- Official documentation
- Generated Go reference
- TL definition:
botInlineResult#11965f3a