EventChatCallMoved class

Event of a ChatCall being moved from its Chat-dialog to a newly created Chat-group.

Inheritance

Constructors

EventChatCallMoved(ChatId chatId, ChatItemId callId, ChatCall call, ChatId newChatId, Chat newChat, ChatItemId newCallId, ChatCall newCall, User user, PreciseDateTime at)
const

Properties

at PreciseDateTime
PreciseDateTime when the ChatCall was moved.
final
call ChatCall
Moved ChatCall in the Chat-dialog.
final
callId ChatItemId
ID of the moved ChatCall in the Chat-dialog.
final
chatId ChatId
ID of the Chat this ChatEvent is related to.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
kind ChatEventKind
Returns ChatEventKind of this ChatEvent.
no setteroverride
newCall ChatCall
Moved ChatCall in the newly created Chat-group.
final
newCallId ChatItemId
ID of the moved ChatCall in the newly created Chat-group.
final
newChat Chat
Newly created Chat-group the ChatCall was moved to.
final
newChatId ChatId
ID of the newly created Chat-group the ChatCall was moved to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User
User who moved the ChatCall.
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