Raw.StatsGroupTopAdmin

Raw.StatsGroupTopAdmin

Information about an active admin in a supergroup

statsGroupTopAdmin#d7584c87 user_id:long deleted:int kicked:int banned:int = StatsGroupTopAdmin;
export namespace Raw {
  export class StatsGroupTopAdmin {
    constructor(params: { userId: bigint; deleted: number; kicked: number; banned: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xd7584c87

Property

  • userId : bigint

    User id

  • deleted : number

    Number of deleted messages for statistics period in consideration

  • kicked : number

    Number of kicked users for statistics period in consideration

  • banned : number

    Number of banned users for statistics period in consideration