AllUsers

data class AllUsers(val limit: Int) : BroadcastMessageTarget

Broadcast the message to all users in contact list (teammates and others)

Parameters

limit

message will be broadcasted only to the first limit Users (teammates are prioritized)

Constructors

Link copied to clipboard
constructor(limit: Int)

Properties

Link copied to clipboard
open override val limit: Int