RoomMemberCountCondition

class RoomMemberCountCondition(val iz: String) : Condition

Constructors

Link copied to clipboard
fun RoomMemberCountCondition(iz: String)

Functions

Link copied to clipboard
open override fun isSatisfied(event: Event, conditionResolver: ConditionResolver): Boolean
Link copied to clipboard
open override fun technicalDescription(): String

Properties

Link copied to clipboard
val iz: String

A decimal integer optionally prefixed by one of ==, <, >, >= or <=. A prefix of < matches rooms where the member count is strictly less than the given number and so forth. If no prefix is present, this parameter defaults to ==.