UpdateChatParticipantDelete constructor

const UpdateChatParticipantDelete({
  1. required int chatId,
  2. required int userId,
  3. required int version,
})

Update Chat Participant Delete constructor.

Implementation

const UpdateChatParticipantDelete({
  required this.chatId,
  required this.userId,
  required this.version,
}) : super._();