UserMessageUpdateParams class
Represents a user message update params.
- Inheritance
-
- Object
- BaseMessageUpdateParams
- UserMessageUpdateParams
Constructors
-
UserMessageUpdateParams({String? message, Map<
String, dynamic> ? extendedMessage, String? data, String? customType, MentionType? mentionType, List<String> ? mentionedUserIds}) - UserMessageUpdateParams.withMessage(UserMessage userMessage)
Properties
- customType ↔ String?
-
The custom type of the message. Defaults to null.
read / writeinherited
- data ↔ String?
-
The data of the message. Defaults to null.
read / writeinherited
-
extendedMessage
↔ Map<
String, dynamic> ? -
extendedMessage is used for Sendbird UiKit.
Only featured in GroupChannel
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
mentionedUserIds
↔ List<
String> ? -
The mentioned user ids of the message. Defaults to null.
read / writeinherited
- mentionType ↔ MentionType?
-
The mention type of the message.
read / writeinherited
- message ↔ String?
-
The message text of the message. Defaults to null.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited