Delta Chat Core C Interface
Loading...
Searching...
No Matches
Macros
DC_CHAT_TYPE

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.
 

Detailed Description

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.

Macro Definition Documentation

◆ DC_CHAT_TYPE_BROADCAST

#define DC_CHAT_TYPE_BROADCAST   160

A broadcast list.

See dc_chat_get_type() for details.

◆ DC_CHAT_TYPE_GROUP

#define DC_CHAT_TYPE_GROUP   120

A group chat.

See dc_chat_get_type() for details.

◆ DC_CHAT_TYPE_MAILINGLIST

#define DC_CHAT_TYPE_MAILINGLIST   140

A mailing list.

See dc_chat_get_type() for details.

◆ DC_CHAT_TYPE_SINGLE

#define DC_CHAT_TYPE_SINGLE   100

A one-to-one chat with a single contact.

See dc_chat_get_type() for details.

◆ DC_CHAT_TYPE_UNDEFINED

#define DC_CHAT_TYPE_UNDEFINED   0

Undefined chat type.

Normally, this type is not returned.