# File ./session.rb, line 44
    def initialize(session, type, from, id)
      @session = session
      @type = type
      @from = from
      @id = id
    end