# File lib/etherpad-lite/models/pad.rb, line 216
    def message(msg)
      @instance.client.sendClientsMessage(padID: @id, msg: msg)
    end