namespace GmRelay.Shared.Platform; public sealed record PlatformGroup( PlatformKind Platform, string ExternalGroupId, string DisplayName, string? ExternalChannelId = null, string? ExternalThreadId = null);