Raw.ChatParticipantAdmin

Raw.ChatParticipantAdmin

Chat admin

chatParticipantAdmin#a0933f5b user_id:long inviter_id:long date:int = ChatParticipant;
export namespace Raw {
  export class ChatParticipantAdmin {
    constructor(params: { userId: bigint; inviterId: bigint; date: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xa0933f5b

Property

  • userId : bigint

    Id of a group member that is admin

  • inviterId : bigint

    Id of the user that added the member to the group

  • date : number

    Date when the user was added