class Twitch::Bot::Message::Join

This class stores the details of a Join event.

Public Class Methods

new() click to toggle source
# File lib/twitch/bot/message.rb, line 53
def initialize
  @type = :join
end