Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 18, 2024
1 parent f707c71 commit 314db4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 50 files
+31 −0 docs/API_docs/constructors/botAppSettings.md
+2 −1 docs/API_docs/constructors/botInfo.md
+36 −6 docs/API_docs/constructors/index.md
+22 −0 docs/API_docs/constructors/inputPrivacyKeyStarGiftsAutoSave.md
+22 −0 docs/API_docs/constructors/inputPrivacyValueAllowBots.md
+22 −0 docs/API_docs/constructors/inputPrivacyValueDisallowBots.md
+2 −1 docs/API_docs/constructors/invoice.md
+1 −1 docs/API_docs/constructors/messageActionStarGift.md
+29 −0 docs/API_docs/constructors/messages.botPreparedInlineMessage.md
+32 −0 docs/API_docs/constructors/messages.preparedInlineMessage.md
+22 −0 docs/API_docs/constructors/privacyKeyStarGiftsAutoSave.md
+22 −0 docs/API_docs/constructors/privacyValueAllowBots.md
+22 −0 docs/API_docs/constructors/privacyValueDisallowBots.md
+2 −1 docs/API_docs/constructors/starGift.md
+5 −1 docs/API_docs/constructors/starsSubscription.md
+31 −0 docs/API_docs/constructors/updateBotSubscriptionExpire.md
+2 −1 docs/API_docs/constructors/userFull.md
+2 −1 docs/API_docs/constructors/webViewResultUrl.md
+1 −1 docs/API_docs/index.md
+28 −4 docs/API_docs/methods/api_index.md
+42 −0 docs/API_docs/methods/bots.checkDownloadFileParams.md
+41 −0 docs/API_docs/methods/bots.toggleUserEmojiStatusPermission.md
+41 −0 docs/API_docs/methods/bots.updateUserEmojiStatus.md
+12 −0 docs/API_docs/methods/index.md
+41 −0 docs/API_docs/methods/messages.getPreparedInlineMessage.md
+2 −1 docs/API_docs/methods/messages.requestAppWebView.md
+2 −1 docs/API_docs/methods/messages.requestMainWebView.md
+2 −1 docs/API_docs/methods/messages.requestSimpleWebView.md
+2 −1 docs/API_docs/methods/messages.requestWebView.md
+42 −0 docs/API_docs/methods/messages.savePreparedInlineMessage.md
+43 −0 docs/API_docs/methods/payments.botCancelStarsSubscription.md
+21 −0 docs/API_docs/types/BotAppSettings.md
+2 −0 docs/API_docs/types/InputPrivacyKey.md
+4 −0 docs/API_docs/types/InputPrivacyRule.md
+2 −0 docs/API_docs/types/PrivacyKey.md
+4 −0 docs/API_docs/types/PrivacyRule.md
+2 −0 docs/API_docs/types/Update.md
+6 −0 docs/API_docs/types/index.md
+24 −0 docs/API_docs/types/messages.BotPreparedInlineMessage.md
+24 −0 docs/API_docs/types/messages.PreparedInlineMessage.md
+3 −3 docs/PHP/danog/MadelineProto/EventHandler/CallbackQuery.md
+3 −3 docs/PHP/danog/MadelineProto/EventHandler/Query/ButtonQuery.md
+3 −3 docs/PHP/danog/MadelineProto/EventHandler/Query/ChatButtonQuery.md
+3 −3 docs/PHP/danog/MadelineProto/EventHandler/Query/ChatGameQuery.md
+3 −3 docs/PHP/danog/MadelineProto/EventHandler/Query/GameQuery.md
+3 −3 docs/PHP/danog/MadelineProto/EventHandler/Query/InlineButtonQuery.md
+3 −3 docs/PHP/danog/MadelineProto/EventHandler/Query/InlineGameQuery.md
+1 −0 docs/docs/FILTERS.md
+1 −1 docs/docs/USING_METHODS.md
+6 −0 docs/index.md
2 changes: 1 addition & 1 deletion schemas
Submodule schemas updated 1 files
+2,588 −0 TL_telegram_v193.tl
2 changes: 1 addition & 1 deletion src/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ final class API extends AbstractAPI
*
* @var string
*/
public const RELEASE = '8.3.6';
public const RELEASE = '8.3.7';
/**
* We're not logged in.
*
Expand Down

0 comments on commit 314db4e

Please sign in to comment.