CannotLeaveServerNoticeRoom

@Serializable
@SerialName(value = "M_CANNOT_LEAVE_SERVER_NOTICE_ROOM")
data class CannotLeaveServerNoticeRoom(val error: String) : ErrorResponse

The user is unable to reject an invite to join the server notices room. See the Server Notices module for more information.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String