Skip to main content
Corvus Connection

Get Pronouns

Data
data.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

Name
Kind
Type
Flags
inExecexecmultiplexed
userIdDataSystem.StringNone

Outputs

Name
Kind
Type
Flags
outExecexecNone
displayDataSystem.Stringmultiplexed
codesDatalist<System.String>multiplexed
hasPronounsDataSystem.Booleanmultiplexed

Lowers to C#

var pronouns = await ctx.Pronouns.GetAsync(userId);

Used in