Skip to main content

sleepy_discord/user.cpp

Namespaces​

Name
SleepyDiscord

Source code​

#include "user.h"

namespace SleepyDiscord {
User::User(const json::Value & json) :
User(json::fromJSON<User>(json)) {
}

Connection::Connection(const json::Value & json) :
Connection(json::fromJSON<Connection>(json)) {
}
}

Updated on 13 April 2022 at 18:39:59 UTC