Raw.ChatParticipant

Raw.ChatParticipant

Group member.

chatParticipant#c02d4007 user_id:long inviter_id:long date:int = ChatParticipant;
export namespace Raw {
  export class ChatParticipant {
    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: 0xc02d4007

Property

  • userId : bigint

    Member user id

  • inviterId : bigint

    Id of the user that added the member to the group

  • date : number

    Date added to the group