8 lines
133 B
C#
8 lines
133 B
C#
namespace AnthropicClient.Models;
|
|
|
|
public class PingEventData : EventData
|
|
{
|
|
public PingEventData() : base(EventType.Ping)
|
|
{
|
|
}
|
|
} |