[PR #587] [CLOSED] Chore(deps): Bump telegram-bot/api from 2.4.0 to 2.5.0 #607

Closed
opened 2026-02-26 06:31:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/587
Author: @dependabot[bot]
Created: 8/12/2023
Status: Closed

Base: masterHead: dependabot/composer/telegram-bot/api-2.5.0


📝 Commits (1)

  • 0dab0ec Chore(deps): Bump telegram-bot/api from 2.4.0 to 2.5.0

📊 Changes

1 file changed (+7 additions, -7 deletions)

View changed files

📝 composer.lock (+7 -7)

📄 Description

Bumps telegram-bot/api from 2.4.0 to 2.5.0.

Release notes

Sourced from telegram-bot/api's releases.

v2.5.0

CHANGELOG

Changelog

Sourced from telegram-bot/api's changelog.

2.5.0 - 2023-08-09

Added

  • Add missing protect_content and allow_sending_without_reply parameters to \TelegramBot\Api\BotApi methods
  • Add support attach://<file_attach_name> in \TelegramBot\Api\BotApi methods sendMediaGroup, createNewStickerSet, addStickerToSet, editMessageMedia
  • Rename thumb to thumbnail parameter in Animation, Document, Sticker, StickerSet, Video, VideoNote types
  • Rename thumb_* to thumbnail_* parameter in Inline/QueryResult types
  • Add missing phpDoc for $replyMarkup parameters
  • Fix phpDoc for \TelegramBot\Api\BotApi::setWebhook $allowedUpdates parameter. Automatically serialize if array passed
  • Fix phpDoc for \TelegramBot\Api\Types\Message::$newChatMembers
  • Add \TelegramBot\Api\BotApi::getChatMemberCount method
  • Add \TelegramBot\Api\BotApi::banChatMember method
  • Add $messageId to \TelegramBot\Api\BotApi::unpinChatMessage
  • Add \TelegramBot\Api\Types\ForceReply::$inputFieldPlaceholder property

Deprecated

  • Deprecate using thumb* methods in \TelegramBot\Api\BotApi
  • Deprecate method \TelegramBot\Api\BotApi::setStickerSetThumb. Use \TelegramBot\Api\BotApi::setStickerSetThumbnail instead
  • Deprecate \TelegramBot\Api\Types\ReplyKeyboardHide class
  • Deprecate \TelegramBot\Api\BotApi::getChatMembersCount. Use \TelegramBot\Api\BotApi::getChatMemberCount instead
  • Deprecate \TelegramBot\Api\BotApi::kickChatMember. Use \TelegramBot\Api\BotApi::banChatMember instead
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/587 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/12/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/telegram-bot/api-2.5.0` --- ### 📝 Commits (1) - [`0dab0ec`](https://github.com/nextcloud/twofactor_gateway/commit/0dab0ec8d7de782a91981981075c9d65ed3b36d2) Chore(deps): Bump telegram-bot/api from 2.4.0 to 2.5.0 ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+7 -7) </details> ### 📄 Description Bumps [telegram-bot/api](https://github.com/TelegramBot/Api) from 2.4.0 to 2.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TelegramBot/Api/releases">telegram-bot/api's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <p><a href="https://github.com/TelegramBot/Api/blob/master/CHANGELOG.md#250---2023-08-09">CHANGELOG</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TelegramBot/Api/blob/master/CHANGELOG.md">telegram-bot/api's changelog</a>.</em></p> <blockquote> <h2>2.5.0 - 2023-08-09</h2> <h3>Added</h3> <ul> <li>Add missing <code>protect_content</code> and <code>allow_sending_without_reply</code> parameters to <code>\TelegramBot\Api\BotApi</code> methods</li> <li>Add support <code>attach://&lt;file_attach_name&gt;</code> in <code>\TelegramBot\Api\BotApi</code> methods <code>sendMediaGroup</code>, <code>createNewStickerSet</code>, <code>addStickerToSet</code>, <code>editMessageMedia</code></li> <li>Rename <code>thumb</code> to <code>thumbnail</code> parameter in <code>Animation</code>, <code>Document</code>, <code>Sticker</code>, <code>StickerSet</code>, <code>Video</code>, <code>VideoNote</code> types</li> <li>Rename <code>thumb_*</code> to <code>thumbnail_*</code> parameter in <code>Inline/QueryResult</code> types</li> <li>Add missing phpDoc for <code>$replyMarkup</code> parameters</li> <li>Fix phpDoc for <code>\TelegramBot\Api\BotApi::setWebhook</code> <code>$allowedUpdates</code> parameter. Automatically serialize if array passed</li> <li>Fix phpDoc for <code>\TelegramBot\Api\Types\Message::$newChatMembers</code></li> <li>Add <code>\TelegramBot\Api\BotApi::getChatMemberCount</code> method</li> <li>Add <code>\TelegramBot\Api\BotApi::banChatMember</code> method</li> <li>Add <code>$messageId</code> to <code>\TelegramBot\Api\BotApi::unpinChatMessage</code></li> <li>Add <code>\TelegramBot\Api\Types\ForceReply::$inputFieldPlaceholder</code> property</li> </ul> <h3>Deprecated</h3> <ul> <li>Deprecate using <code>thumb*</code> methods in <code>\TelegramBot\Api\BotApi</code></li> <li>Deprecate method <code>\TelegramBot\Api\BotApi::setStickerSetThumb</code>. Use <code>\TelegramBot\Api\BotApi::setStickerSetThumbnail</code> instead</li> <li>Deprecate <code>\TelegramBot\Api\Types\ReplyKeyboardHide</code> class</li> <li>Deprecate <code>\TelegramBot\Api\BotApi::getChatMembersCount</code>. Use <code>\TelegramBot\Api\BotApi::getChatMemberCount</code> instead</li> <li>Deprecate <code>\TelegramBot\Api\BotApi::kickChatMember</code>. Use <code>\TelegramBot\Api\BotApi::banChatMember</code> instead</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TelegramBot/Api/commit/eaae3526223db49a1bad76a2dfa501dc287979cf"><code>eaae352</code></a> Merge pull request <a href="https://redirect.github.com/TelegramBot/Api/issues/445">#445</a> from BoShurik/release</li> <li><a href="https://github.com/TelegramBot/Api/commit/117b20e42e8e73ec4616afecf09a2ef27ba68e9d"><code>117b20e</code></a> Prepare release</li> <li><a href="https://github.com/TelegramBot/Api/commit/c8edc22efe5019b4ebfd6fe7c2bcb19dd67de30b"><code>c8edc22</code></a> Merge pull request <a href="https://redirect.github.com/TelegramBot/Api/issues/436">#436</a> from NumairAwan/patch-1</li> <li><a href="https://github.com/TelegramBot/Api/commit/5382dbd42f50cfb62c6120d0414cdf32ccab7114"><code>5382dbd</code></a> Fix pipeline checks</li> <li><a href="https://github.com/TelegramBot/Api/commit/95dae45762a604fcca02eec1df815810b6005ee9"><code>95dae45</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/TelegramBot/Api/commit/9f75b31322f05913e2b31c2670b537075d532970"><code>9f75b31</code></a> Update ForceReply.php</li> <li><a href="https://github.com/TelegramBot/Api/commit/4f4784dfebb8026c6a4b365f2836369494ceb203"><code>4f4784d</code></a> Update ForceReply.php</li> <li><a href="https://github.com/TelegramBot/Api/commit/65f9b4af8a76849e20bed10986ee58c8620dbafa"><code>65f9b4a</code></a> Merge pull request <a href="https://redirect.github.com/TelegramBot/Api/issues/439">#439</a> from fonclub/patch-1</li> <li><a href="https://github.com/TelegramBot/Api/commit/d66f4cfcf525564190d55d157290635063e2d99a"><code>d66f4cf</code></a> Unpin message by Id</li> <li><a href="https://github.com/TelegramBot/Api/commit/8b5c5513e8d2a0668bcc5f1284cd595deeff75f1"><code>8b5c551</code></a> Merge pull request <a href="https://redirect.github.com/TelegramBot/Api/issues/444">#444</a> from BoShurik/ban-user</li> <li>Additional commits viewable in <a href="https://github.com/TelegramBot/Api/compare/v2.4.0...v2.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=telegram-bot/api&package-manager=composer&previous-version=2.4.0&new-version=2.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#607
No description provided.