Find Out if User is Moderator

How can I find out if a user in some chat is a channel moderator?
Waiting for the /names list is not reliable as it only gets sent on JOIN.

I’m using the SmartIrc4Net library with C#.
Using the /mods command and then parsing it can be a security risk.

Please use the search function thoroughly before making new threads.
You will have to pull it from the undocumented tmi API.

It gives you all current users in the chat, sorted by role.