Raw.UpdateChatParticipantAdd

Raw.UpdateChatParticipantAdd

New group member.

updateChatParticipantAdd#3dda5451 chat_id:long user_id:long inviter_id:long date:int version:int = Update;
export namespace Raw {
  export class UpdateChatParticipantAdd {
    constructor(params: {
      chatId: bigint;
      userId: bigint;
      inviterId: bigint;
      date: number;
      version: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x3dda5451

Property

  • chatId : bigint

    Group id

  • userId : bigint

    Id of the new member

  • inviterId : bigint

    Id of the user, who added member to the group

  • date : number

    When was the participant added

  • version : number

    Chat version number