Class: Twitch::Bot::Message::Join

Inherits:
Base
  • Object
show all
Defined in:
lib/twitch/bot/message.rb

Overview

This class stores the details of a Join event.

Instance Attribute Summary

Attributes inherited from Event

#type

Instance Method Summary collapse

Constructor Details

#initializeJoin

Returns a new instance of Join.



53
54
55
# File 'lib/twitch/bot/message.rb', line 53

def initialize
  super(type: :join)
end