Skip to main content

botInlineMessageText

Send a simple text message

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

Implements BotInlineMessage.

Fields

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

References