TPMessage class

Inheritance

Constructors

TPMessage(Map<String, dynamic> entity)

Properties

hashCode int
The hash code for this object.
no setterinherited
mMentions List<String>
getter/setter pair
mParentMessage TPMessage?
getter/setter pair
mTranslatedText Map<String, String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBoolean(String key) bool
inherited
getChannelId() String
getCreatedAt() int
getData() Map<String, dynamic>?
getFileUrl() String
getInt(String key) int
inherited
getList(String key) List
inherited
getMap(String key) Map<String, dynamic>
inherited
getMentions() List<String>
getMessageId() String
getParentMessage() TPMessage?
getParentMessageId() String
getProperty(String key) String
inherited
getReactions() Map<String, dynamic>?
getText() String
getTitle() String
getTranslatedText() Map<String, String>
getType() String
getUserId() String
getUsername() String
getUserProfileImage() String
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

Constants

TYPE_ADMIN → const String
TYPE_CUSTOM → const String
TYPE_HIDDEN → const String
TYPE_TEXT → const String