Enumeration
PurpleConversationType
since: 3.0
Description [src]
The type of the conversation. This is mostly ignored, but could be useful in ways we can’t imagine right now. If you come up with one in the future, please let us know!
Available since: 3.0
Members
Name | Description |
---|---|
PURPLE_CONVERSATION_TYPE_UNSET |
A value to specify that the property has not been set. |
PURPLE_CONVERSATION_TYPE_DM |
A direct message between two contacts. |
PURPLE_CONVERSATION_TYPE_GROUP_DM |
A direct message between a protocol dependent number of contacts. |
PURPLE_CONVERSATION_TYPE_CHANNEL |
A multi-user chat that is available to all users on the protocol and has features like moderation. |
PURPLE_CONVERSATION_TYPE_THREAD |
A thread is a subset of messages from a conversation that are related. |