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

[MatrixEvent(EventName = EventId)]
public class RoomMessageReactionEventContent : TimelineEventContent {
    public const string EventId = "m.reaction";
}