CannotLeaveServerNoticeRoom

@Serializable
data class CannotLeaveServerNoticeRoom(val error: String? = null) : 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? = null)

Properties

Link copied to clipboard
open override val error: String? = null