setTag

abstract suspend fun setTag(newTag: String): Team

Sets the team's chat/tag string.

Return

the Team instance

Parameters

newTag

the tag to set for the team, omitting the brackets (1..10 characters)

Throws

if newTag length is not an acceptable length