struct
NoticeContent of m.room.message
with msgtype m.notice
.
Public variables
- std::string body
- The notice text to send.
- std::string msgtype
- Must be 'm.notice'.
- std::string format
- We only handle org.matrix.custom.html.
- std::string formatted_body
- HTML formatted message.
-
mtx::
common:: Relations relations - Relates to for rich replies.
-
std::optional<mtx::
common:: Mentions> mentions - Mentioned users by this event.