डिक्लेरेशन
func JoinChatChannel(target entity<Player>, channel entity<ChatChannel>)
go
Makes the player join the specified chat channel. If the player is already in another chat channel, it will switch to the target channel.
func JoinChatChannel(target entity<Player>, channel entity<ChatChannel>)
go