PluralKit/Myriad/Gateway/Payloads/GatewayResume.cs

4 lines
102 B
C#
Raw Normal View History

2021-08-27 11:03:47 -04:00
namespace Myriad.Gateway
2020-12-22 13:15:26 +01:00
{
public record GatewayResume(string Token, string SessionId, int Seq);
}