about summary refs log tree commit diff
path: root/LibMatrix.LegacyEvents.EventTypes/Spec/RoomMessageReactionLegacyEventContent.cs
blob: 185f2db24aadfcf2e0830a9c564959d852bb1ede (plain) (blame)
1
2
3
4
5
6
namespace LibMatrix.LegacyEvents.EventTypes.Spec;

[LegacyMatrixEvent(EventName = EventId)]
public class RoomMessageReactionLegacyEventContent : TimelineLegacyEventContent {
    public const string EventId = "m.reaction";
}