Skip to main content

@slack/web-api / UsersGetPresenceResponse

Type Alias: UsersGetPresenceResponse

type UsersGetPresenceResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/UsersGetPresenceResponse.ts:11

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;