Skip to content

Instantly share code, notes, and snippets.

@ivanrlg
Created June 20, 2022 19:48
public class TelegamCommand
{
public string CommandName { get; set; }
public string Parameter { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment