#include "gateway.h" namespace SleepyDiscord { SessionStartLimit::SessionStartLimit(const json::Value& json) : SessionStartLimit(json::fromJSON(json)) { } Gateway::Gateway(const json::Value& json) : Gateway(json::fromJSON(json)) { } Ready::Ready(const json::Value & json) : Ready(json::fromJSON(json)) { } ActivityTimestamp::ActivityTimestamp(const json::Value & json) : ActivityTimestamp(json::fromJSON(json)) { } ActivityParty::ActivityParty(const json::Value & json) : ActivityParty(json::fromJSON(json)) { } ActivityAssets::ActivityAssets(const json::Value & json) : ActivityAssets(json::fromJSON(json)) { } ActivitySecrets::ActivitySecrets(const json::Value & json) : ActivitySecrets(json::fromJSON(json)) { } Activity::Activity(const json::Value & json) : Activity(json::fromJSON(json)) { } PresenceUpdate::PresenceUpdate(const json::Value & json) : PresenceUpdate(json::fromJSON(json)) { } ServerMembersChunk::ServerMembersChunk(const json::Value & json) : ServerMembersChunk(json::fromJSON(json)) { } }