Type Definition ruma_events::room::message::feedback::FeedbackEvent[][src]

pub type FeedbackEvent = MessageEvent<FeedbackEventContent>;
Expand description

An acknowledgement of a message.

N.B.: Usage of this event is discouraged in favor of the receipts module. Most clients will not recognize this event.