Search code examples
c#telegram-bot

Telegram.Bot.Args.MessageEventArgs is missing in Telegram.Bot v17.x.x package


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?


Solution

  • The MessageEventArgs was marked as obsolete since v16.0.0 with the following message:

    This class will be removed in the next major version. Please consider using Telegram.Bot.Extensions.Polling instead.

    So, the MessageEventArgs has been removed in the release of version 17.0.0-alpha.1