Raw.UpdatePendingJoinRequests

Raw.UpdatePendingJoinRequests

Someone has requested to join a chat or channel

updatePendingJoinRequests#7063c3db peer:Peer requests_pending:int recent_requesters:Vector<long> = Update;
export namespace Raw {
  export class UpdatePendingJoinRequests {
    constructor(params: {
      peer: Raw.TypePeer;
      requestsPending: number;
      recentRequesters: Array<bigint>;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x7063c3db

Property

  • peer : Raw.TypePeer

    Chat or channel

  • requestsPending : number

    Number of pending join requests for the chat or channel

  • recentRequesters : Array of bigint

    Ids of users that have recently requested to join