2024-04-14 14:20:52 +02:00
|
|
|
#pragma once
|
|
|
|
|
2024-07-29 20:03:24 +02:00
|
|
|
#include <solanaceae/tox_messages/msg_components.hpp>
|
2024-04-14 14:20:52 +02:00
|
|
|
|
|
|
|
#include <nlohmann/json.hpp>
|
|
|
|
|
|
|
|
namespace Message::Components {
|
|
|
|
|
|
|
|
// TODO: friend msg id, does not have the same qualities
|
|
|
|
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(ToxGroupMessageID, id)
|
|
|
|
// TODO: transfer stuff, needs content rewrite
|
|
|
|
|
|
|
|
} // Message::Components
|
|
|
|
|