isMember

fun isMember(playerId: UUID, channelId: String): Result<Boolean>(source)

Checks if a player is a member of a channel.

Return

Result containing true if the player is a member, false otherwise.

Parameters

playerId

The UUID of the player.

channelId

The ID of the channel.