User Message Update Params
class UserMessageUpdateParams @JvmOverloads constructor(message: String?) : BaseMessageUpdateParams
Content copied to clipboard
Represents a user message update params.
Since
3.0.52
See also
Constructors
Functions
Link copied to clipboard
fun copy(message: String? = this.message, mentionedMessageTemplate: String? = this.mentionedMessageTemplate, data: String? = this.data, customType: String? = this.customType, mentionType: MentionType = this.mentionType, mentionedUserIds: List<String>? = this.mentionedUserIds, mentionedUsers: List<User>? = this.mentionedUsers): UserMessageUpdateParams
Content copied to clipboard
Properties
Link copied to clipboard
@SerializedName(value = "mentionedMessageTemplate" )
Content copied to clipboard
Link copied to clipboard
The mention type of the message. Defaults to MentionType.USERS.