Raw.InputBotInlineMessageMediaAuto
A media
inputBotInlineMessageMediaAuto#3380c786 flags:# invert_media:flags.3?true message:string entities:flags.1?Vector<MessageEntity> reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage;
export namespace Raw {
export class InputBotInlineMessageMediaAuto {
constructor(params: {
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: 0x3380c786
Property
invertMedia
: boolean or undefinedIf set, any eventual webpage preview will be shown on top of the message instead of at the bottom.
message
: stringCaption
entities
: Array of Raw.TypeMessageEntity or undefinedMessage entities for styled text
replyMarkup
: Raw.TypeReplyMarkup or undefinedInline keyboard