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

Changelog History
Page 5

  • v13.4.0-rc1 Changes

    November 26, 2017

    โž• Added

    • ๐Ÿ‘Œ Support for Bot API 3.5
    • Method SendMediaGroupAsync
    • Types InputFileBase and InputMediaBase
    • โœ… Test Collection AlbumMessageTests
    • โœ… Test Collection ChannelAdminBotTests
  • v13.2.1 Changes

    September 04, 2017

    โž• Added

    • โœ… Systems integrations test project

    ๐Ÿ”„ Changed

    • ๐Ÿšš Sandcastle project moved to docs branch
    • ๐Ÿ”ง TravisCI configurations to run systems integrations tests

    ๐Ÿ›  Fixed

    • Quoting the string containing channel ids
    • Double escaping the escape character in the caption of messages
    • Serialization errors of PhotoSize
    • Sending wrong filenames containing non-ASCII characters
    • Deserialization of PhotoSize
  • v13.1.0 Changes

    July 23, 2017

    โž• Added

    • Method KickChatMemberAsync parameter untilDate
    • Method RestrictChatMemberAsync
    • Method PromoteChatMemberAsync
    • Method ExportChatInviteLinkAsync
    • Method SetChatPhotoAsync
    • Method DeleteChatPhotoAsync
    • Method SetChatTitleAsync
    • Method SetChatDescriptionAsync
    • Method PinChatMessageAsync
    • Method UnpinChatMessageAsync
    • Method SendVideoNoteAsync parameter length
    • Method GetStickerSetAsync
    • Method UploadStickerFileAsync
    • Method CreateNewStickerSetAsync
    • Method AddStickerToSetAsync
    • Method SetStickerPositionInSetAsync
    • โœ… Method DeleteStickerFromSetAsync
    • Type VideoNote property Length
    • Type Chatproperties Photo, Description, InviteLink
    • Type ChatMember properties UntilDate, Can*
    • Type Sticker properties SetName and MaskPosition
    • Type MaskPosition
    • Type StickerSet
    • Type ChatPhoto
    • Types InlineKeyboard*Button
    • Enum MaskPositionPoint

    ๐Ÿ”„ Changed

    • โช User and Chat Ids reverted to base types
    • DateTimes are now in local time zone
    • Splitedd Keyboardbuttons in InlineKeyboardCallbackButton, InlineKeyboardCallbackGameButton, InlineKeyboardPayButton, InlineKeyboardSwitchCallbackQueryCurrentButton, InlineKeyboardSwitchInlineQueryButton and InlineKeyboardUrlButton

    ๐Ÿ›  Fixed

    • Inline messge editing
    • InlineQueryResult* ThumbHight and ThumbWidth
    • Method SetWebHookAsync parameter max_connections
    • Method SetGameStoreAsync
    • Type CallbackQuery Property Data optimal
    • Type Message can now be a VideoNoteMessage
  • v12.0.0 Changes

    โž• Added

    • Method DeleteMessageAsync
    • Method SendVideoNoteAsync
    • Method SendInvoiceAsync
    • Method AnswerShippingQueryAsync
    • Method AnswerPreCheckoutQueryAsync
    • Type Invoice
    • Type LabeledPrice
    • Type ShippingAddress
    • Type ShippingOption
    • Type ShippingQuery
    • Type SuccessfulPayment
    • Type OrderInfo
    • Type PreCheckoutQuery
    • Type VideoNote
    • Type Message properties VideoNote, Invoice and SuccessfulPayment
    • Type User property LanguageCode
    • โšก๏ธ Type Update properties ShippingQuery and PreCheckoutQuery
    • Type InlineQueryResultGif property Duration
    • Type InlineQueryResultMpeg4Gif property Duration
    • Type InlineKeyboardButton property Pay
    • Enum ChatAction members RecordVideoNote and UploadVideoNote
    • โšก๏ธ Enum UpdateType members ShippingQuery and PreCheckoutQuery

    ๐Ÿ”„ Changed

    • Property NewChatMember replaced with NewChatMembers on Type Message