struct Twitch::Chatter

Included Modules

Defined in:

twitch/dto/chatter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(user_id : String, user_name : String) #

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(user_id _user_id = @user_id, user_name _user_name = @user_name) #

[View source]
def user_id : String #

def user_name : String #