Uses of Class
io.github.ma1uta.matrix.event.message.FormattedBody
-
Packages that use FormattedBody Package Description io.github.ma1uta.matrix.event.message Room message classes. -
-
Uses of FormattedBody in io.github.ma1uta.matrix.event.message
Subclasses of FormattedBody in io.github.ma1uta.matrix.event.message Modifier and Type Class Description class
Emote
This message is similar to m.text except that the sender is 'performing' the action contained in the body key, similar to /me in IRC.class
Notice
The ``m.notice`` type is primarily intended for responses from automated clients.class
Text
This message is the most basic message and is used to represent text.
-