class Slack::Response::UsersGetPresence

Defined in:

slack-api/response/users/get-presence.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Slack::Response::Success

new(pull : JSON::PullParser) new

Instance methods inherited from class Slack::Response::Base

ok : Bool ok, ok=(ok : Bool) ok=

Constructor methods inherited from class Slack::Response::Base

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def auto_away : Bool | Nil #

[View source]
def auto_away=(auto_away : Bool | Nil) #

[View source]
def connection_count : Int32 | Nil #

[View source]
def connection_count=(connection_count : Int32 | Nil) #

[View source]
def last_activity : Int32 | Nil #

[View source]
def last_activity=(last_activity : Int32 | Nil) #

[View source]
def manual_away : Bool | Nil #

[View source]
def manual_away=(manual_away : Bool | Nil) #

[View source]
def online : Bool | Nil #

[View source]
def online=(online : Bool | Nil) #

[View source]
def presence : String #

[View source]
def presence=(presence : String) #

[View source]