Delta Chat Core C Interface
|
Macros | |
#define | DC_CHAT_TYPE_BROADCAST 160 |
A broadcast list. | |
#define | DC_CHAT_TYPE_GROUP 120 |
A group chat. | |
#define | DC_CHAT_TYPE_MAILINGLIST 140 |
A mailing list. | |
#define | DC_CHAT_TYPE_SINGLE 100 |
A one-to-one chat with a single contact. | |
#define | DC_CHAT_TYPE_UNDEFINED 0 |
Undefined chat type. | |
These constants describe the type of a chat. The chat type can be retrieved using dc_chat_get_type() and the type does not change during the chat's lifetime.
#define DC_CHAT_TYPE_BROADCAST 160 |
A broadcast list.
See dc_chat_get_type() for details.
#define DC_CHAT_TYPE_GROUP 120 |
A group chat.
See dc_chat_get_type() for details.
#define DC_CHAT_TYPE_MAILINGLIST 140 |
A mailing list.
See dc_chat_get_type() for details.
#define DC_CHAT_TYPE_SINGLE 100 |
A one-to-one chat with a single contact.
See dc_chat_get_type() for details.
#define DC_CHAT_TYPE_UNDEFINED 0 |
Undefined chat type.
Normally, this type is not returned.