Telegram.Bot v14.4.0 Release Notes

Release Date: 2018-05-17 // almost 6 years ago
  • 🔄 Changed

    • MakeRequestAsync throws ApiRequestException with ErrorCode = HttpStatusCode.Unauthorized and Message = apiResponse.Description ("Unauthorized"), to be consistent with Telegram Bot API
    • TelegramBotClient ctor does not check API token format: Telegram Bot API does not provide token format specification
    • TestApiAsync return false when ApiRequestException.ErrorCode == 401 (API Token is modified or recalled)
    • Stop catching user exceptions from event handlers
    • 👉 Make Message.IsForward property obsolete

    🛠 Fixed

    • 📜 EditMessageTextAsync pass ParseMode to request