EventChatDelivered class

Event of last ChatItems posted by the authenticated MyUser being delivered to other Users in a Chat.

Inheritance

Constructors

EventChatDelivered(ChatId chatId, PreciseDateTime until)
const

Properties

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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
until PreciseDateTime
PreciseDateTime until which the ChatItems in Chat were delivered.
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