blob: 64b4f20259806b9bfc0efbb5a2e745592083ae22 (
plain) (
blame)
1
2
3
4
5
6
|
namespace LibMatrix.EventTypes.Spec;
[MatrixEvent(EventName = EventId)]
public class RoomMessageReactionEventContent : TimelineEventContent {
public const string EventId = "m.reaction";
}
|