Raw.messages.SendInlineBotResult

Raw.messages.SendInlineBotResult

Send a result obtained using messages.getinlinebotresults.

messages.sendInlineBotResult#c0cf7646 flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true hide_via:flags.11?true peer:InputPeer reply_to:flags.0?InputReplyTo random_id:long query_id:long id:string schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut allow_paid_stars:flags.21?long = Updates;
export namespace Raw {
  export namespace messages {
    export class SendInlineBotResult {
      constructor(params: {
        silent?: boolean;
        background?: boolean;
        clearDraft?: boolean;
        hideVia?: boolean;
        peer: Raw.TypeInputPeer;
        replyTo?: Raw.TypeInputReplyTo;
        randomId: bigint;
        queryId: bigint;
        id: string;
        scheduleDate?: number;
        sendAs?: Raw.TypeInputPeer;
        quickReplyShortcut?: Raw.TypeInputQuickReplyShortcut;
        allowPaidStars?: bigint;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 201
Constructor ID: 0xc0cf7646

Property

Results

Raw.TypeUpdates