class Slack::Response::UserProfileShort

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 avatar_hash : String #

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

[View source]
def display_name : String #

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

[View source]
def first_name : String #

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

[View source]
def image_72 : String #

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

[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 name : String #

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

[View source]
def real_name : String #

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

[View source]
def team : String #

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

[View source]