Skip to main content
Corvus Connection

IPronounsApi

Interface
TheOmenDen.StreamPulse.Scripting.IPronounsApiPronoun lookups available inside a script handler (spec 037), backed by PronounDB. Failure-safe: an unset, unknown, or unavailable lookup reports an empty result rather than throwing, so a graph can branch on HasPronouns without a try/catch.

Members

1
  • GetAsync
    method
    Task<ScriptPronouns> GetAsync(string userId, CancellationToken cancellationToken = default)
    Looks up a Twitch user's pronouns. Returns the canonical display text (empty when unknown), the raw pronoun codes, and whether any were published.