EventChatItemEdited class

Event of a ChatItem being edited by its author.

Inheritance

Constructors

EventChatItemEdited(ChatId chatId, ChatItemId itemId, EditedMessageText? text, List<Attachment>? attachments, List<DtoChatItemQuote>? quotes)
const

Properties

attachments List<Attachment>?
Edited Attachments of the ChatItem.
final
chatId ChatId
ID of the Chat this ChatEvent is related to.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
itemId ChatItemId
ID of the edited ChatItem.
final
kind ChatEventKind
Returns ChatEventKind of this ChatEvent.
no setteroverride
quotes List<DtoChatItemQuote>?
DtoChatItemQuotes the edited ChatItem replies to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text EditedMessageText?
Edited ChatItem's text.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited