PasteCreateInfo

struct containing info needed to create a paste

Members

Variables

expiresIn
ExpiresIn expiresIn;

expires in -- optional

isPrivate
bool isPrivate;

is it only accessible by the owner -- optional

isPublic
bool isPublic;

is it displayed on the owners public profile -- optional

pasties
PastyCreateInfo[] pasties;

list of pasties -- mandatory

tags
string tags;

tags, comma separated -- optional

title
string title;

title -- optional

Meta