Skip to main content

inputBotInlineMessageText

Simple text message

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

Implements InputBotInlineMessage.

Fields

NameTypeRequiredDescription
NoWebpageboolDisable webpage preview
InvertMediaboolIf set, any eventual webpage preview will be shown on top of the message instead of at the bottom.
MessagestringyesMessage
Entities[]MessageEntityClassMessage entities for styled text
ReplyMarkupReplyMarkupClassInline keyboard

References