I'm using .NET 5.0, and have installed a pack of Telegram.Bot v17.0.0-alpha.3.
When I tried to write an argument as MessageEventArgs
type I couldn't find this class. There're only two classes in the namespace Telegram.Bot.Args
, like ApiRequestEventArgs
and ApiResponseEventArgs
.
What can I do to fix this issue?