ChatItemPostedEvent constructor

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

Implementation

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