private static async Task SendEvent(PostEventContext post, EventResultType type) { var reply = new EventResult { ResultType = type }; var json = reply.ToJSON(); await SendReply(post, json); }
public void ShowEventResult(EventResultType type, string text, int duration, int userTagId, int triggerBoxId, bool isOutSide) { }