Raw.BotInlineResult

Raw.BotInlineResult

Generic result

botInlineResult#11965f3a flags:# id:string type:string title:flags.1?string description:flags.2?string url:flags.3?string thumb:flags.4?WebDocument content:flags.5?WebDocument send_message:BotInlineMessage = BotInlineResult;
export namespace Raw {
  export class BotInlineResult {
    constructor(params: {
      id: string;
      type: string;
      title?: string;
      description?: string;
      url?: string;
      thumb?: Raw.TypeWebDocument;
      content?: Raw.TypeWebDocument;
      sendMessage: Raw.TypeBotInlineMessage;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x11965f3a

Property