class Twitch::Bot::Message::FollowersOnlyMode

This class stores the details of a FollowersOnlyMode event.

Attributes

status[R]

Public Class Methods

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