Fetches information about a Twitch user and returns it in the form of a Voldemort struct with nickname, display name and account ID (as string) members.
Note: Must be called from inside a Fiber.
The current TwitchPlugin.
Name of user to look up.
ID of user to look up, if no givenName given.
Whether or not to also attempt to look up givenName as a display name.
Voldemort aggregate struct with nickname, displayName and idString members.
See Implementation
Fetches information about a Twitch user and returns it in the form of a Voldemort struct with nickname, display name and account ID (as string) members.
Note: Must be called from inside a Fiber.