Code/Tikfinity/Protocol/TikfinityEventKind.cs
namespace TikfinitySbox;

public enum TikfinityEventKind
{
    Unknown,
    Gift,
    Comment,
    Like,
    Follow,
    Share,
    Subscribe,
    Join,
    ViewerUpdate,
    StreamEnd
}