Raw.BotInlineMediaResult

Raw.BotInlineMediaResult

Media result

botInlineMediaResult#17db940b flags:# id:string type:string photo:flags.0?Photo document:flags.1?Document title:flags.2?string description:flags.3?string send_message:BotInlineMessage = BotInlineResult;
export namespace Raw {
  export class BotInlineMediaResult {
    constructor(params: {
      id: string;
      type: string;
      photo?: Raw.TypePhoto;
      document?: Raw.TypeDocument;
      title?: string;
      description?: string;
      sendMessage: Raw.TypeBotInlineMessage;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x17db940b

Property