TelegramMessageCounter/DataRequest.cs

3 lines
126 B
C#
Raw Normal View History

namespace TelegramMessageCounter;
public record DataRequest(string? Login, string? Username, string Path = "results.txt");