16#ifndef MIRAI_PLAIN_MESSAGE_HPP_
17#define MIRAI_PLAIN_MESSAGE_HPP_
60 this->
text_ = std::move(text);
bool operator!=(const PlainMessage &rhs)
static constexpr bool SUPPORT_SEND_
bool operator==(const PlainMessage &rhs)
PlainMessage(std::string text)
bool isValid_() const final
PlainMessage & SetText(std::string text)
设置文字消息
static constexpr MessageTypes TYPE_
std::string GetText() const
获取文字消息