EventChatRead constructor

const EventChatRead(
  1. ChatId chatId,
  2. User byUser,
  3. PreciseDateTime at
)

Implementation

const EventChatRead(super.chatId, this.byUser, this.at);