class Slack::Response::UserProfile

Included Modules

Defined in:

slack-api/response/common/user-profile.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def always_active : Bool | Nil #

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

[View source]
def avatar_hash : String | Nil #

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

[View source]
def display_name : String #

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

[View source]
def display_name_normalized : String | Nil #

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

[View source]
def email : String | Nil #

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

[View source]
def first_name : String | Nil #

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

[View source]
def guest_channels : String | Nil #

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

[View source]
def image_192 : String | Nil #

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

[View source]
def image_24 : String | Nil #

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

[View source]
def image_32 : String | Nil #

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

[View source]
def image_48 : String | Nil #

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

[View source]
def image_512 : String | Nil #

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

[View source]
def image_72 : String | Nil #

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

[View source]
def image_original : String | Nil #

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

[View source]
def last_name : String | Nil #

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

[View source]
def phone : String | Nil #

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

[View source]
def real_name : String #

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

[View source]
def real_name_normalized : String | Nil #

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

[View source]
def skype : String | Nil #

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

[View source]
def status_emoji : String | Nil #

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

[View source]
def status_expiration : Int32 | Nil #

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

[View source]
def status_text : String | Nil #

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

[View source]
def status_text_canonical : String | Nil #

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

[View source]
def team : String | Nil #

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

[View source]
def title : String | Nil #

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

[View source]