Get Pronouns
Datadata.getPronounsLooks up a viewer's pronouns from PronounDB. On any error, or when the viewer has not set any, this reports an empty result.Awaits a PronounDB lookup for a viewer (defaults to the triggering user); binds display / codes / hasPronouns.Inputs
| in | Exec | exec | multiplexed |
| userId | Data | System.String | None |
Outputs
| out | Exec | exec | None |
| display | Data | System.String | multiplexed |
| codes | Data | list<System.String> | multiplexed |
| hasPronouns | Data | System.Boolean | multiplexed |
Lowers to C#
var pronouns = await ctx.Pronouns.GetAsync(userId);