All

class All(var start: Int = 0, var end: Int = 0) : Mention

Mention all people in a space.

Since

2.1.0

Constructors

Link copied to clipboard
fun All(start: Int = 0, end: Int = 0)

Properties

Link copied to clipboard
open override var end: Int = 0
Link copied to clipboard
open override var start: Int = 0