Пример #1
0
def getRoomHistory(room):
    hs = History()

    search = hs.getRoomMessages(room=room)

    return jsonify(search)