Skip to main content

botInlineResult

Generic result

type tg.BotInlineResult struct { /* ... */ }

Implements BotInlineResult.

Fields

NameTypeRequiredDescription
IDstringyesResult ID
TypestringyesResult type (see bot API docs)
TitlestringResult title
DescriptionstringResult description
URLstringURL of article or webpage
ThumbWebDocumentClassThumbnail for the result
ContentWebDocumentClassContent of the result
SendMessageBotInlineMessageClassyesMessage to send

References