Raw.InputBotInlineMessageText
Simple text message
inputBotInlineMessageText#3dcd7a87 flags:# no_webpage:flags.0?true invert_media:flags.3?true message:string entities:flags.1?Vector<MessageEntity> reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage;
export namespace Raw {
export class InputBotInlineMessageText {
constructor(params: {
noWebpage?: boolean;
invertMedia?: boolean;
message: string;
entities?: Array<Raw.TypeMessageEntity>;
replyMarkup?: Raw.TypeReplyMarkup;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x3dcd7a87
Property
noWebpage
: boolean or undefinedDisable webpage preview
invertMedia
: boolean or undefinedIf set, any eventual webpage preview will be shown on top of the message instead of at the bottom.
message
: stringMessage
entities
: Array of Raw.TypeMessageEntity or undefinedMessage entities for styled text
replyMarkup
: Raw.TypeReplyMarkup or undefinedInline keyboard