Files
telegram-bot/modules/Entertainment/Handler/GuessData.cs
T

7 lines
141 B
C#
Raw Normal View History

2023-07-29 15:03:45 +03:00
namespace West.Entertainment.Handler;
2023-01-18 02:07:48 +02:00
public class GuessData
{
public long UserId { get; set; }
public int Number { get; set; }
}