Skip to main content

inputBotInlineResult

An inline bot result

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

Implements InputBotInlineResult.

Fields

NameTypeRequiredDescription
IDstringyesID of result
TypestringyesResult type (see bot API docs)
TitlestringResult title
DescriptionstringResult description
URLstringURL of result
ThumbInputWebDocumentThumbnail for result
ContentInputWebDocumentResult contents
SendMessageInputBotInlineMessageClassyesMessage to send when the result is selected

References