Interface GatewayEvent_UserStatusCreated

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

Properties

expiresAt?: string

An ISO 8601 timestamp that will be used to indicate when an expiration occurs. Expiration usually will not occur exactly at this time. Bot logic should not expect a guarantee of timing as a result, but can expect that it'll happen very shortly afterwards

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