class Slack::Response::User

Included Modules

Defined in:

slack-api/response/common/user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def color : String #

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

[View source]
def deleted : Bool #

[View source]
def deleted=(deleted : Bool) #

[View source]
def has_2fa : Bool | Nil #

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

[View source]
def id : String #

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

[View source]
def is_admin : Bool #

[View source]
def is_admin=(is_admin : Bool) #

[View source]
def is_app_user : Bool #

[View source]
def is_app_user=(is_app_user : Bool) #

[View source]
def is_bot : Bool #

[View source]
def is_bot=(is_bot : Bool) #

[View source]
def is_owner : Bool #

[View source]
def is_owner=(is_owner : Bool) #

[View source]
def is_primary_owner : Bool #

[View source]
def is_primary_owner=(is_primary_owner : Bool) #

[View source]
def is_restricted : Bool #

[View source]
def is_restricted=(is_restricted : Bool) #

[View source]
def is_ultra_restricted : Bool #

[View source]
def is_ultra_restricted=(is_ultra_restricted : Bool) #

[View source]
def locale : String | Nil #

[View source]
def locale=(locale : String | Nil) #

[View source]
def name : String #

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

[View source]
def presence : String | Nil #

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

[View source]
def profile : UserProfile #

[View source]
def profile=(profile : UserProfile) #

[View source]
def real_name : String #

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

[View source]
def team_id : String #

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

[View source]
def tz : String | Nil #

[View source]
def tz=(tz : String | Nil) #

[View source]
def tz_label : String | Nil #

[View source]
def tz_label=(tz_label : String | Nil) #

[View source]
def tz_offset : Int32 | Nil #

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

[View source]
def updated : Int32 #

[View source]
def updated=(updated : Int32) #

[View source]