Skip to main content

SleepyDiscord::Part

Public Functions Documentation​

function Part​

inline Part(
const std::string _name,
const std::string _value
)

function Part​

inline Part(
const std::string _name,
const filePathPart _file
)

Public Attributes Documentation​

variable name​

const std::string name;

variable value​

const std::string value;

variable isFile​

const bool isFile;

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