Skip to main content

sleepy_discord/channel.cpp

Namespaces​

Name
SleepyDiscord

Source code​

#include "channel.h"

namespace SleepyDiscord {
Channel::~Channel() {

}

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

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

}

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