EventChatItemEdited constructor
- ChatId chatId,
- ChatItemId itemId,
- EditedMessageText? text,
- List<
Attachment> ? attachments, - List<
DtoChatItemQuote> ? quotes,
Implementation
const EventChatItemEdited(
super.chatId,
this.itemId,
this.text,
this.attachments,
this.quotes,
);