about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/Spec/RoomMessageReactionEventContent.cs
blob: e2c0c8fe9176fbfc6f8a727d461c03f23c250e47 (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";
}