menu
messenger
store/event/chat.dart
ChatMutedEvent
ChatMutedEvent.new const constructor
ChatMutedEvent.new
dark_mode
light_mode
ChatMutedEvent
constructor
const
ChatMutedEvent
(
ChatId
chatId
,
MuteDuration
duration
)
Implementation
const ChatMutedEvent(super.chatId, this.duration);
messenger
chat
ChatMutedEvent
ChatMutedEvent.new const constructor
ChatMutedEvent class