EventChatMuted constructor

const EventChatMuted(
  1. ChatId chatId,
  2. MuteDuration duration
)

Implementation

const EventChatMuted(super.chatId, this.duration);