feat(rendering): display description, system, duration, format, type and location in Telegram game card

This commit is contained in:
2026-06-13 10:55:03 +03:00
parent 7d5dd2ed0a
commit 3c967dc3e3
12 changed files with 298 additions and 40 deletions
@@ -154,7 +154,11 @@ public sealed class CreateSessionHandler(
command.MaxPlayers,
command.Link,
command.Format,
command.LocationAddress));
command.LocationAddress,
command.Description,
command.System?.ToString(),
command.DurationMinutes,
command.IsOneShot));
}
await transaction.CommitAsync(ct);