TelegramBots / Telegram.Bot.Examples

Examples for the Telegram.Bot C# Library
MIT License
640 stars 294 forks source link

Bump Telegram.Bot from 19.0.0-preview.2 to 19.0.0-preview.4 #449

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Telegram.Bot from 19.0.0-preview.2 to 19.0.0-preview.4.

Changelog

Sourced from Telegram.Bot's changelog.

[v19.0.0-preview.4] - Unreleased

Bot API 6.7 (April 21, 2023)

Bot API 6.6 (March 9, 2023)

Added

  • Type InlineQueryResultsButton
  • Type SwitchInlineQueryChosenChat
  • Type BotName
  • Property WebAppName to the class WriteAccessAllowed
  • Property SwitchInlineQueryChosenChat to the class InlineKeyboardButton
  • Property ViaChatFolderInviteLink to the class ChatMemberUpdated
  • Static method InlineKeyboardButton.WithSwitchInlineQueryChosenChat
  • Requests related to bot's name:
    • SetMyNameRequest
    • GetMyNameRequest
  • Methods related to bot's name:
    • ITelegramBotClient.SetMyNameAsync
    • ITelegramBotClient.GetMyNameAsync
  • New requests related to description:
    • GetMyDescriptionRequest
    • SetMyDescriptionRequest
  • New requests related to short description:
    • GetMyShortDescriptionRequest
    • SetMyShortDescriptionRequest
  • New requests related to stickers:
    • DeleteStickerSetRequest
    • SetCustomEmojiStickerSetThumbnailRequest
    • SetStickerEmojiListRequest
    • SetStickerKeywordsRequest
    • SetStickerMaskPositionRequest
    • SetStickerSetThumbnailRequest
    • SetStickerSetTitleRequest
  • New methods related to description:
    • ITelegramBotClient.SetMyDescriptionAsync
    • ITelegramBotClient.GetMyDescriptionAsync
  • New methods related to short description:
    • ITelegramBotClient.SetMyShortDescriptionAsync
    • ITelegramBotClient.GetMyShortDescriptionAsync
  • New methods related to stickers:
    • ITelegramBotClient.DeleteStickerSetAsync
    • ITelegramBotClient.SetCustomEmojiStickerSetThumbnailAsync
    • ITelegramBotClient.SetStickerEmojiListAsync
    • ITelegramBotClient.SetStickerKeywordsAsync
    • ITelegramBotClient.SetStickerMaskPositionAsync
    • ITelegramBotClient.SetStickerSetThumbnailAsync
    • ITelegramBotClient.SetStickerSetTitleAsync
  • Enum StickerFormat

... (truncated)

Commits
  • 9473a52 Merge pull request #1247 from TelegramBots/develop
  • 3e8f0a7 Merge pull request #1246 from TelegramBots/dependabot/nuget/develop/Meziantou...
  • 7a7e4f2 Bump Meziantou.Analyzer from 2.0.33 to 2.0.45
  • d5010a4 Merge pull request #1245 from TelegramBots/tuscen/ci-fix
  • 36d7e1a Make pipelines triggerable on PRs
  • 9dd3da5 Merge pull request #1239 from TelegramBots/api6_7
  • 8e4b98a Update CHANGELOG.md
  • c531a32 Update CHANGELOG.md
  • d5e2eec Update .azure-pipelines/variables.yml
  • 1fc67ab Fix nullability to optional properties
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
karb0f0s commented 1 year ago

@dependabot squash and merge