| Top |
#define MATRIX_MESSAGE_TYPE_TEXT (matrix_message_text_get_type ())
The type for MatrixMessageText.
struct MatrixMessageText {
MatrixMessageBase parent_instance;
MatrixMessageTextPrivate * priv;
};
Message handler for plain text messages
Handle plain text messages.
struct MatrixMessageTextClass {
MatrixMessageBaseClass parent_class;
};
The class structure for MATRIX_MESSAGE_TYPE_TEXT. All the fields in this structure are private and should never be accessed directly.