Class RoomMessageFeedbackContent
- java.lang.Object
-
- io.github.ma1uta.matrix.event.content.RoomMessageFeedbackContent
-
- All Implemented Interfaces:
EventContent
@Deprecated public class RoomMessageFeedbackContent extends Object implements EventContent
Deprecated.in favor ofReceiptContent
.**NB: Usage of this event is discouraged in favour of the** `receipts module`_. **Most clients will not recognise this event.** Feedback events are events sent to acknowledge a message in some way. There are two supported acknowledgements: ``delivered`` (sent when the event has been received) and ``read`` (sent when the event has been observed by the end-user). The ``target_event_id`` should reference the ``m.room.message`` event being acknowledged.
-
-
Field Summary
Fields Modifier and Type Field Description private String
targetEventId
Deprecated.The event that this feedback is related to.private String
type
Deprecated.The type of feedback.
-
Constructor Summary
Constructors Constructor Description RoomMessageFeedbackContent()
Deprecated.
-
Method Summary
Modifier and Type Method Description String
getTargetEventId()
Deprecated.String
getType()
Deprecated.void
setTargetEventId(String targetEventId)
Deprecated.void
setType(String type)
Deprecated.
-