Raw.UpdateBusinessBotCallbackQuery

Raw.UpdateBusinessBotCallbackQuery

updateBusinessBotCallbackQuery#1ea2fda7 flags:# query_id:long user_id:long connection_id:string message:Message reply_to_message:flags.2?Message chat_instance:long data:flags.0?bytes = Update;
export namespace Raw {
  export class UpdateBusinessBotCallbackQuery {
    constructor(params: {
      queryId: bigint;
      userId: bigint;
      connectionId: string;
      message: Raw.TypeMessage;
      replyToMessage?: Raw.TypeMessage;
      chatInstance: bigint;
      data?: Buffer;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x1ea2fda7

Property