ChatParticipantsForbidden constructor
const
ChatParticipantsForbidden({
- required int chatId,
- ChatParticipantBase? selfParticipant,
Chat Participants Forbidden constructor.
Implementation
const ChatParticipantsForbidden({required this.chatId, this.selfParticipant})
: super._();