Raw.UpdateChatParticipantDelete

Raw.UpdateChatParticipantDelete

A member has left the group.

updateChatParticipantDelete#e32f3d77 chat_id:long user_id:long version:int = Update;
export namespace Raw {
  export class UpdateChatParticipantDelete {
    constructor(params: { chatId: bigint; userId: bigint; version: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xe32f3d77

Property

  • chatId : bigint

    Group id

  • userId : bigint

    Id of the user

  • version : number

    Used in basic groups to reorder updates and make sure that all of them was received.