MessagePayload class

Constructors

MessagePayload({int? contentType = 0, int? mentionedType = 0, MediaType mediaType = MediaType.Media_Type_GENERAL})

Properties

binaryContent Uint8List?
getter/setter pair
content String?
getter/setter pair
contentType int?
getter/setter pair
extra String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localContent String?
getter/setter pair
localMediaPath String?
getter/setter pair
mediaType MediaType
getter/setter pair
mentionedTargets List<String>?
getter/setter pair
mentionedType int?
getter/setter pair
pushContent String?
getter/setter pair
pushData String?
getter/setter pair
remoteMediaUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchableContent String?
getter/setter pair

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