class Twitch::Bot::Event

Represent a generic Twitch chat event/message

Attributes

type[R]

Public Class Methods

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