botInlineMessageText

Send a simple text message

Constructor schema is available as of layer 51. Switch ยป

Parameters

Name Type Description
flags # Flags, see TL conditional fields
no_webpage flags.0?true Disable webpage preview
invert_media flags.3?true If set, any eventual webpage preview will be shown on top of the message instead of at the bottom.
message string The message
entities flags.1?Vector<MessageEntity> Message entities for styled text
reply_markup flags.2?ReplyMarkup Inline keyboard

Type

BotInlineMessage

Related pages

Styled text with message entities

How to create styled text with message entities