mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
8 lines
No EOL
172 B
C#
8 lines
No EOL
172 B
C#
namespace Myriad.Gateway
|
|
{
|
|
public record ShardSessionInfo
|
|
{
|
|
public string? Session { get; init; }
|
|
public int? LastSequence { get; init; }
|
|
}
|
|
} |