# File lib/rubytorrent/message.rb, line 55
  def initialize(id, args=nil)
    @id = id
    @args = args
  end