mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 02:29:28 +02:00
comment
This commit is contained in:
parent
587c1628ee
commit
53d0f28ae2
1 changed files with 2 additions and 2 deletions
|
@ -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 /* - " - */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue