UpdateChatParticipants constructor

const UpdateChatParticipants({
  1. required ChatParticipantsBase participants,
})

Update Chat Participants constructor.

Implementation

const UpdateChatParticipants({
  required this.participants,
}) : super._();