botInlineMessageText

botInlineMessageText#8c7f65e2 flags:# no_webpage:flags.0?true invert_media:flags.3?true message:string entities:flags.1?Vector<MessageEntity> reply_markup:flags.2?ReplyMarkup = BotInlineMessage;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
no_webpage flags.0?true Do not generate a link preview.
invert_media flags.3?true Show the attachment below the text rather than above it.
message string Message text.
entities flags.1?Vector<MessageEntity> Text markup — bold, links, mentions and so on, as a list of ranges.
reply_markup flags.2?ReplyMarkup Keyboard shown under the message.

Type

BotInlineMessage

Related pages

Types used here