All Versions
46
Latest Version
Avg Release Cycle
46 days
Latest Release
852 days ago

Changelog History
Page 3

  • v15.2.0 Changes

    January 03, 2020

    โž• Added

    • Type SetChatAdministratorCustomTitleRequest
    • Method ITelegramBotClient.SetChatAdministratorCustomTitleAsync
    • Property FileBase.FileUniqueId
    • Property Animation.FileUniqueId
    • Property ChatPhoto.BigFileUniqueId
    • Property ChatPhoto.SmallFileUniqueId
    • Property Chat.SlowModeDelay
    • Property ChatMember.CustomTitle
    • ๐Ÿ“œ Enum value ParseMode.MarkdownV2
    • Enum value MessageEntityType.Underline
    • Enum value MessageEntityType.Strikethrough
  • v15.1.0 Changes

    November 29, 2019

    โž• Added

    • Property RequestBase.IsWebhookResponse
    • The client outputs method property in the resulting HTTP body with the value from IRequest<T>.MethodName when RequestBase.IsWebhookResponse is set to true
    • Constructor with Uri param for InputOnlineFile (overloaded)
  • v15.0.0 Changes

    August 07, 2019

    โž• Added

    • Type ChatPermissions
    • Type SetChatPermissionsRequest
    • Property Sticker.IsAnimated
    • Property StickerSet.IsAnimated
    • Property Chat.Permissions
    • Property ChatMember.CanSendPolls

    ๐Ÿ”„ Changed

    • Individual permission properties in RestrictChatMemberRequest changed to Permissions property of type ChatPermissions
    • Individual permission parameters in ITelegramBotClient.RestrictChatMemberAsync changed to a single parameter of type ChatPermissions
    • Marked Chat.AllMembersAreAdministrators as obsolete

    ๐Ÿ›  Fixed

    • XML doc comments about caption maximum length
  • v14.12.0 Changes

    June 10, 2019

    โž• Added

    • Type LoginUrl
    • Property Message.ReplyMarkup
    • Property InlineKeyboardButton.LoginUrl
    • Method InlineKeyboardButton.WithLoginUrl
  • v14.11.0 Changes

    April 23, 2019

    โž• Added

    • ๐Ÿ“Š Type Poll
    • Type PollOption
    • Type SendPollRequest
    • Type StopPollRequest
    • Method SendPollAsync
    • Method StopPollAsync
    • โšก๏ธ Property Update.Poll
    • ๐Ÿ“Š Property Message.Poll
    • Property Message.ForwardSenderName
    • Property ChatMember.IsMember
    • โšก๏ธ Enum value UpdateType.Poll
    • ๐Ÿ“Š Enum value MessageType.Poll

    ๐Ÿ”„ Changed

    • Marked InvalidQueryIdException as obsolete
  • v14.10.0 Changes

    September 04, 2018

    โž• Added

    • ๐Ÿ‘ Telegram Passport support
    • Type EncryptedCredentials
    • Type EncryptedPassportElement
    • Type PassportData
    • Type PassportFile
    • Property ITelegramBotClient.BotId
    • Property Message.PassportData

    ๐Ÿ”„ Changed

    • Marked DownloadFileAsync(string,CancellationToken) obsolete
  • v14.9.0 Changes

    August 06, 2018

    โž• Added

    • Method SendAnimationAsync
    • Parameter thumb to method SendAudioAsync
    • Parameter thumb to method SendDocumentAsync
    • Parameter thumb to method SendVideoAsync
    • Parameter thumb to method SendVideoNoteAsync
    • Type IChatMessage
    • Type IThumbMediaMessage
    • Type SendAnimationRequest
    • Property SendAudioRequest.Thumb
    • Property SendDocumentRequest.Thumb
    • Property SendVideoRequest.Thumb
    • Property SendVideoNoteRequest.Thumb
    • Property Audio.Thumb
  • v14.8.0 Changes

    July 29, 2018

    โž• Added

    • Parameter vCard to method SendContactAsync
    • Parameter foursquareType to method SendVenueAsync
    • Property SendContactRequest.Vcard
    • Property SendVenueRequest.FoursquareType
    • Property InlineQueryResultContact.Vcard
    • Property InlineQueryResultVenue.FoursquareType
    • Property InputContactMessageContent.Vcard
    • Property InputVenueMessageContent.FoursquareType
    • Property Contact.Vcard
    • Property Venue.FoursquareType
    • Enum value MessageEntityType.Cashtag

    ๐Ÿ”„ Changed

    • Marked MessageType.Animation as obsolete
  • v14.7.0 Changes

    July 29, 2018

    โž• Added

    • ๐Ÿ‘ Partial support for Bot API v4.0
    • Method SendMediaGroupAsync (overloaded)
    • Method EditMessageMediaAsync
    • Method EditMessageMediaAsync
    • Type EditMessageMediaRequest
    • Type EditInlineMessageMediaRequest
    • Type InputMediaAudio
    • Type InputMediaDocument
    • Type InputMediaAnimation
    • Type IInputMedia
    • Type IAlbumInputMedia
    • Type IInputMediaThumb
    • Property Animation.Width
    • Property Animation.Height
    • Property Animation.Duration
    • Enum member MessageType.Animation
    • Property InputMediaVideo.Thumb
    • Property Message.Animation
    • Constructor with required parameters for InputMediaPhoto (overloaded)
    • Constructor with required parameters for InputMediaVideo (overloaded)
    • Constructor with required parameters for SendMediaGroupRequest (overloaded)

    ๐Ÿ›  Fixed

    • Serialization error of InlineQueryResultDocument.Description being required
    • Incorrect serialization of InputMediaVideo

    ๐Ÿ”„ Changed

    • Marked method SendMediaGroupAsync as obsolete. An overload is provided.
    • Marked parameterless constructor of InputMediaPhoto as obsolete. An overload is provided.
    • Marked parameterless constructor of InputMediaVideo as obsolete. An overload is provided.
  • v14.6.0 Changes

    June 12, 2018

    โž• Added

    • ๐Ÿ“œ Property ParseMode to requests with a caption
      • EditMessageCaptionRequest
      • EditInlineMessageCaptionRequest
    • ๐Ÿ“œ Parameter parseMode to method ITelegramBotClient.EditMessageCaptionAsync