EventChatItemEdited constructor

const EventChatItemEdited(
  1. ChatId chatId,
  2. ChatItemId itemId,
  3. EditedMessageText? text,
  4. List<Attachment>? attachments,
  5. List<DtoChatItemQuote>? quotes,
)

Implementation

const EventChatItemEdited(
  super.chatId,
  this.itemId,
  this.text,
  this.attachments,
  this.quotes,
);