1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00
This commit is contained in:
B. Petersen 2017-11-23 17:36:52 +01:00
parent 587c1628ee
commit 53d0f28ae2

View file

@ -77,8 +77,8 @@ typedef struct mrmsg_t
/** @privatesection */ /** @privatesection */
int m_type; int m_type; /**< Message type. It is recommended to use mrmsg_set_type() and mrmsg_get_type() to access this field. */
#define MR_MSG_UNDEFINED 0 /**< Message type. It is recommended to use mrmsg_set_type() and mrmsg_get_type() to access this field. */ #define MR_MSG_UNDEFINED 0
#define MR_MSG_TEXT 10 #define MR_MSG_TEXT 10
#define MR_MSG_IMAGE 20 /* m_param may contain MRP_FILE, MRP_WIDTH, MRP_HEIGHT */ #define MR_MSG_IMAGE 20 /* m_param may contain MRP_FILE, MRP_WIDTH, MRP_HEIGHT */
#define MR_MSG_GIF 21 /* - " - */ #define MR_MSG_GIF 21 /* - " - */