struct Twitch::User

Included Modules

Defined in:

twitch/dto/user.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, login : String, display_name : String, type : String, broadcaster_type : String, description : String, profile_image_url : String, offline_image_url : String, view_count : Int32, created_at : Time) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def broadcaster_type : String #

def clone #

[View source]
def copy_with(id _id = @id, login _login = @login, display_name _display_name = @display_name, type _type = @type, broadcaster_type _broadcaster_type = @broadcaster_type, description _description = @description, profile_image_url _profile_image_url = @profile_image_url, offline_image_url _offline_image_url = @offline_image_url, view_count _view_count = @view_count, created_at _created_at = @created_at) #

[View source]
def created_at : Time #

def description : String #

def display_name : String #

def id : String #

def login : String #

def offline_image_url : String #

def profile_image_url : String #

def type : String #

def view_count : Int32 #