Type alias UserStatusPayload

UserStatusPayload: {
    content?: string;
    emoteId: number;
}

Type declaration

  • Optional content?: string

    The content of the user status. The supported markdown for this content only includes reactions and plaintext for now

  • emoteId: number

    Emote ID

Generated using TypeDoc