feat(rendering): display description, system, duration, format, type and location in Telegram game card
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user