Skip to main content

Type Alias: UsersGetPresenceResponse

type UsersGetPresenceResponse: WebAPICallResult & object;

Type declaration

auto_away?

optional auto_away: boolean;

connection_count?

optional connection_count: number;

error?

optional error: string;

last_activity?

optional last_activity: number;

manual_away?

optional manual_away: boolean;

needed?

optional needed: string;

ok?

optional ok: boolean;

online?

optional online: boolean;

presence?

optional presence: string;

provided?

optional provided: string;

warning?

optional warning: string;

Defined in

packages/web-api/src/types/response/UsersGetPresenceResponse.ts:12