ChannelTextMessageFlags
Description:
[ CCode ( cprefix = "TP_CHANNEL_TEXT_MESSAGE_FLAG_" , has_type_id = false ) ]
[ Flags ]
public enum ChannelTextMessageFlags
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- NON_TEXT_CONTENT -
The incoming message contained non-text content which cannot be represented by this
interface, but has been signalled in the Messages interface.
- RESCUED -
The incoming message has been seen in a previous channel during the lifetime of the Connection, but had not been
acknowledged when that channel closed, causing an identical channel (the channel in which the message now
appears) to open.
- SCROLLBACK -
The incoming message was part of a replay of message history.
- TRUNCATED -
The incoming message was truncated to a shorter length by the server or the connection manager.