ChannelContext

data class ChannelContext(val channel: Channel, val members: List<ChannelMember>)(source)

A player's active channel together with its member list.

Constructors

Link copied to clipboard
constructor(channel: Channel, members: List<ChannelMember>)

Properties

Link copied to clipboard
Link copied to clipboard

Shorthand for the channel's id, which callers ask for far more often than the channel.

Link copied to clipboard