class Slack::Response::UsersGetPresence
Defined in:
slack-api/response/users/get-presence.crConstructors
Instance Method Summary
- #auto_away : Bool | Nil
- #auto_away=(auto_away : Bool | Nil)
- #connection_count : Int32 | Nil
- #connection_count=(connection_count : Int32 | Nil)
- #last_activity : Int32 | Nil
- #last_activity=(last_activity : Int32 | Nil)
- #manual_away : Bool | Nil
- #manual_away=(manual_away : Bool | Nil)
- #online : Bool | Nil
- #online=(online : Bool | Nil)
- #presence : String
- #presence=(presence : String)