Raw.UpdateBotChatInviteRequester

Raw.UpdateBotChatInviteRequester

Someone has requested to join a chat or channel (bots only, users will receive an updatependingjoinrequests, instead)

updateBotChatInviteRequester#11dfa986 peer:Peer date:int user_id:long about:string invite:ExportedChatInvite qts:int = Update;
export namespace Raw {
  export class UpdateBotChatInviteRequester {
    constructor(params: {
      peer: Raw.TypePeer;
      date: number;
      userId: bigint;
      about: string;
      invite: Raw.TypeExportedChatInvite;
      qts: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x11dfa986

Property

  • peer : Raw.TypePeer

    The chat or channel in question

  • date : number

    When was the join request made

  • userId : bigint

    The user id that is asking to join the chat or channel

  • about : string

    Bio of the user

  • invite : Raw.TypeExportedChatInvite

    Chat invite link that was used by the user to send the join request

  • qts : number

    Qts event sequence identifier