setTag

abstract suspend fun setTag(newTag: String): Group

Sets the group's chat tag.

Return

the updated Group instance

Parameters

newTag

the new tag to set (1..10 characters)

Throws

if newTag length is out of acceptable range