aboutsummaryrefslogtreecommitdiffstats
path: root/include/dbs/abstract.h
blob: 62ec410feed035987b6977a0eda41198c7de2da2 (plain)
1
2
3
4
5
6
7
8
#ifndef __DBS_ABSTRACT_H
#define __DBS_ABSTRACT_H

int interaction_reply(cJSON *i, char *content, int raw);
int interaction_defer_reply(cJSON *i, int hidden);
int interaction_edit_reply(cJSON *i, char *content, int raw);

#endif