class Twitch::Bot::Message::R9kMode

This class stores the details of a R9kMode event.

Attributes

channel[R]
status[R]

Public Class Methods

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