Raw.StatsGroupTopPoster

Raw.StatsGroupTopPoster

Information about an active user in a supergroup

statsGroupTopPoster#9d04af9b user_id:long messages:int avg_chars:int = StatsGroupTopPoster;
export namespace Raw {
  export class StatsGroupTopPoster {
    constructor(params: { userId: bigint; messages: number; avgChars: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x9d04af9b

Property

  • userId : bigint

    User id

  • messages : number

    Number of messages for statistics period in consideration

  • avgChars : number

    Average number of characters per message