![]() |
LeechCraft Azoth 0.6.70-18450-gabe19ee3b0
Modular multiprotocol IM plugin for LeechCraft
|
Describes a message to be sent, as formed by the user and before it has been sent to the wire. More...
#include "message.h"
Public Attributes | |
| std::optional< QString > | Variant_ {} |
| QString | Body_ |
| std::optional< QString > | RichTextBody_ {} |
| bool | AllowServerArchival_ = true |
| bool | Hidden_ = false |
Describes a message to be sent, as formed by the user and before it has been sent to the wire.
| bool LC::Azoth::OutgoingMessage::AllowServerArchival_ = true |
| QString LC::Azoth::OutgoingMessage::Body_ |
Definition at line 24 of file message.h.
Referenced by LC::Azoth::InjectedMessage::FromOutgoing().
| std::optional<QString> LC::Azoth::OutgoingMessage::RichTextBody_ {} |
Definition at line 25 of file message.h.
Referenced by LC::Azoth::InjectedMessage::FromOutgoing().
| std::optional<QString> LC::Azoth::OutgoingMessage::Variant_ {} |