Telegram.Bot v14.1.0-rc Release Notes

Release Date: 2018-02-24 // about 6 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for Bot API v3.6
    • Override equality comparison for User type
    • ๐Ÿ“œ Property ParseMode to file requests with a caption
      • SendVideoRequest
      • SendPhotoRequest
      • SendAudioRequest
      • SendDocumentRequest
      • SendVoiceRequest
    • ๐Ÿ“œ Property InputMediaBase.ParseMode
    • ๐Ÿ‘ Property SendVideoRequest.SupportsStreaming
    • ๐Ÿ‘ Property InputMediaVideo.SupportsStreaming
    • Property Message.ConnectedWebsite
    • ๐Ÿ“œ Parameter parseMode to methods
      • ITelegramBotClient.SendVideoAsync
      • ITelegramBotClient.SendAudioAsync
      • ITelegramBotClient.SendPhotoAsync
      • ITelegramBotClient.SendDocumentAsync
      • ITelegramBotClient.SendVoiceAsync
    • ๐Ÿ‘ Parameter supportsStreaming to method ITelegramBotClient.SendVideoAsync
    • ๐Ÿ†• New members to enum MessageType
      • WebsiteConnected
      • ChatMembersAdded
      • ChatMemberLeft
      • ChatTitleChanged
      • ChatPhotoChanged
      • MessagePinned
      • ChatPhotoDeleted
      • GroupCreated
      • SupergroupCreated
      • ChannelCreated
      • MigratedToSupergroup
      • MigratedFromGroup
    • ๐Ÿ‘ป Exception MessageIsNotModifiedException

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed InputMessageContent to abstract class InputMessageContentBase
    • Access modifier of parameterless ctors of all InlineQueryResult and InputMessageContent types to private

    ๐Ÿ›  Fixed

    • ๐Ÿ“‡ Renamed InputVenueMessageContent.Name to InputVenueMessageContent.Title
    • Property Message.Type returns correct value after group chat migration

    โœ‚ Removed

    • Enum member MessageType.Service