ChatParticipantsForbidden constructor

const ChatParticipantsForbidden({
  1. required int chatId,
  2. ChatParticipantBase? selfParticipant,
})

Chat Participants Forbidden constructor.

Implementation

const ChatParticipantsForbidden({required this.chatId, this.selfParticipant})
    : super._();