Class: Hahamut::Message::BotStart

Inherits:
Base
  • Object
show all
Defined in:
lib/hahamut/message/bot_start.rb

Overview

Bot Start Message

Instance Attribute Summary

Attributes inherited from Base

#sender_id

Attributes included from Support::Attributes

#attributes

Instance Method Summary collapse

Methods inherited from Base

#as_json, #initialize, match?, #to_json

Methods included from Support::Attributes

#assign_attributes, included

Constructor Details

This class inherits a constructor from Hahamut::Message::Base

Instance Method Details

#typeObject



11
12
13
# File 'lib/hahamut/message/bot_start.rb', line 11

def type
  :botStart
end