$usersTyping
Returns a list of users currently typing in a channel. If no users are typing, returns an empty string.
Usage
$usersTyping[channelID;type;separator]
- channelID - (Optional) default value:
$channelID
. The ID of a channel you want to check users typing in. - type - (Optional) default value:
username
. Can beusername
,tag
ormention
. - separator - (Optional) default value:
,
. The separator used for creating list with users.
Example
Using $usersTyping
How to use $usersTyping
Tip
The bot needs the "Read Messages/View Channels" permission in the given channel to be able to see who is typing. Rate limits may apply if this function is used excessively.