EventChatItemPosted constructor

const EventChatItemPosted(
  1. ChatId chatId,
  2. DtoChatItem item
)

Implementation

const EventChatItemPosted(super.chatId, this.item);