UserMessageCreateParams class

Represents a user message params.

Inheritance

Constructors

UserMessageCreateParams({required String message, List<String>? translationTargetLanguages, int? pollId, Map<String, dynamic>? extendedMessage, String? data, String? customType, MentionType? mentionType, List<String>? mentionedUserIds, List<MessageMetaArray>? metaArrays, int? parentMessageId, bool? replyToChannel, PushNotificationDeliveryOption pushNotificationDeliveryOption = PushNotificationDeliveryOption.normal, bool isPinnedMessage = false})
UserMessageCreateParams.withMessage(UserMessage userMessage)
withMessage

Properties

customType String?
The custom type of the message. Defaults to null.
getter/setter pairinherited
data String?
The data of the message. Defaults to null.
getter/setter pairinherited
extendedMessage Map<String, dynamic>?
extendedMessage is used for Sendbird UiKit. Only featured in GroupChannel
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isPinnedMessage bool
Whether the message should be pinned to the channel. Defaults to false.
getter/setter pairinherited
mentionedUserIds List<String>?
The mentioned user ids of the message. If it hasn't set before, it returns null.
getter/setter pairinherited
mentionType MentionType
The mention type of the message. Defaults to MentionType.users.
getter/setter pairinherited
message String
The message text of the message. Defaults to an empty string.
getter/setter pair
metaArrays List<MessageMetaArray>?
The meta arrays of the message. Defaults to null.
getter/setter pairinherited
parentMessageId int?
The parent message id of the message. Defaults to 0.
getter/setter pairinherited
pollId int?
Unique ID for a poll
getter/setter pair
pushNotificationDeliveryOption PushNotificationDeliveryOption
The push notification delivery option user of the message.
getter/setter pairinherited
replyToChannel bool
Whether the message should also be sent to the channel. Defaults to false. Only works when the parentMessageId is set.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translationTargetLanguages List<String>
The translation target languages.
getter/setter pair

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