class Twitch::Bot::Message::Authenticated

This class stores the details of an Authenticated event.

Public Class Methods

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