Class: DirectCommandReply

Inherits:
Reply show all
Defined in:
lib/telegrams/commands/direct_command_reply.rb

Constant Summary

Constants inherited from Reply

Reply::COMMAND_TYPE, Reply::STATUS_MESSAGES, Reply::SUCCESS

Instance Attribute Summary

Attributes inherited from Reply

#command, #message_bytes, #status, #status_description, #type

Attributes inherited from Telegram

#type

Instance Method Summary collapse

Methods inherited from Reply

#message, #success?

Methods inherited from Telegram

#as_bytes, #max_size_in_bytes

Constructor Details

#initialize(bytes) ⇒ DirectCommandReply

Returns a new instance of DirectCommandReply.



5
6
7
# File 'lib/telegrams/commands/direct_command_reply.rb', line 5

def initialize(bytes)
  super
end