Delete Message Request
data class DeleteMessageRequest @JvmOverloads constructor(val messageId: String, val reason: String? = null)
Content copied to clipboard
Represents a request for deleting a given chat message from a chat room.
Sending this request to a chat room requires DELETE_MESSAGE capability in chat token. Otherwise server will respond with error code 403.
Parameters
message Id
Unique identifier of specific message
reason
The reason for performing delete action
Constructors
Link copied to clipboard
Constructs the request instance