Interface GatewayEvent_UserStatusDeleted

interface GatewayEvent_UserStatusDeleted {
    userId: string;
    userStatus: { content?: string; emoteId: number };
}

Properties

Properties

userId: string

The ID of the user

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

Type declaration

  • Optionalcontent?: string

    Content Format: status markdown

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

  • emoteId: number

    Emote ID