ReferencedMessage class

Message wrapper that other message replies to. message field can be null of two reasons: backend error or message was deleted. In first case isBackendFetchError will be true and isDeleted in second case.

Implemented types

Properties

exists bool
True if references message exists and is available
no setter
hashCode int
The hash code for this object.
no setterinherited
isBackendFetchError bool
If true the backend couldn't fetch the message
latefinal
isDeleted bool
If true message was deleted
latefinal
message Message?
Message object of reply
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBuilder() ReplyBuilder
Returns instance of Builder with current data
override
toString() String
A string representation of this object.
inherited

Operators

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