steamapi
Version:
A nice Steam API wrapper.
68 lines (34 loc) • 1.81 kB
Markdown
[**steamapi**](../README.md)
***
[steamapi](../README.md) / UserPersonaState
# Enumeration: UserPersonaState
Defined in: [structures/UserSummary.ts:4](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/UserSummary.ts#L4)
Persona states as indicated by https://developer.valvesoftware.com/wiki/Steam_Web_API#Public_Data
## Enumeration Members
### Away
> **Away**: `3`
Defined in: [structures/UserSummary.ts:8](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/UserSummary.ts#L8)
***
### Busy
> **Busy**: `2`
Defined in: [structures/UserSummary.ts:7](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/UserSummary.ts#L7)
***
### LookingToPlay
> **LookingToPlay**: `6`
Defined in: [structures/UserSummary.ts:11](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/UserSummary.ts#L11)
***
### LookingToTrade
> **LookingToTrade**: `5`
Defined in: [structures/UserSummary.ts:10](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/UserSummary.ts#L10)
***
### Offline
> **Offline**: `0`
Defined in: [structures/UserSummary.ts:5](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/UserSummary.ts#L5)
***
### Online
> **Online**: `1`
Defined in: [structures/UserSummary.ts:6](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/UserSummary.ts#L6)
***
### Snooze
> **Snooze**: `4`
Defined in: [structures/UserSummary.ts:9](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/UserSummary.ts#L9)