feat(rendering): display description, system, duration, format, type and location in Telegram game card
This commit is contained in:
@@ -7,5 +7,9 @@ public sealed record SessionBatchDto(
|
||||
int? MaxPlayers,
|
||||
string JoinLink,
|
||||
string? Format = null,
|
||||
string? LocationAddress = null);
|
||||
string? LocationAddress = null,
|
||||
string? Description = null,
|
||||
string? System = null,
|
||||
int? DurationMinutes = null,
|
||||
bool IsOneShot = false);
|
||||
public sealed record ParticipantBatchDto(Guid SessionId, string DisplayName, string? TelegramUsername, string RegistrationStatus);
|
||||
|
||||
Reference in New Issue
Block a user