Gets the number of players in a chat-channel.
the current number of players in the friend chat channel, or 0 if not currently in one.
osrs.printf("The current chat-channel name is %s and has %d players", osrs.ClientOp.friendsChatGetDisplayName(), osrs.ClientOp.friendsChatGetChatCount()) Copy
osrs.printf("The current chat-channel name is %s and has %d players", osrs.ClientOp.friendsChatGetDisplayName(), osrs.ClientOp.friendsChatGetChatCount())
Gets the number of players in a chat-channel.