Record
get-presence-response
No description available.
record get-presence-response {
auto-away: option<bool>,
connection-count: option<s32>,
last-activity: option<s32>,
manual-away: option<bool>,
ok: defs-ok-true,
online: option<bool>,
presence: string,
}Fields
| Name | Type | Description |
|---|---|---|
| auto-away | option<bool> | |
| connection-count | option<s32> | |
| last-activity | option<s32> | |
| manual-away | option<bool> | |
| ok | defs-ok-true | |
| online | option<bool> | |
| presence | string |