Class: Twitch::Bot::Message::Authenticated

Inherits:
Base
  • Object
show all
Defined in:
lib/twitch/bot/message.rb

Overview

This class stores the details of an Authenticated event.

Instance Attribute Summary

Attributes inherited from Event

#type

Instance Method Summary collapse

Constructor Details

#initializeAuthenticated



46
47
48
# File 'lib/twitch/bot/message.rb', line 46

def initialize
  super(type: :authenticated)
end