Skip to content

Commit

Permalink
Update to layer 185
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Aug 2, 2024
1 parent 2e20b88 commit c2f25e7
Show file tree
Hide file tree
Showing 21 changed files with 304 additions and 61 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,13 @@ Some of MadelineProto's core components are also available as separate, standalo
* <a href="https://docs.madelineproto.xyz/API_docs/methods/account.updatePersonalChannel.html" name="account.updatePersonalChannel">account.updatePersonalChannel</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/auth.reportMissingCode.html" name="auth.reportMissingCode">auth.reportMissingCode</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#base64urlDecode" name="base64urlDecode">base64URL decode: base64urlDecode</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/bots.addPreviewMedia.html" name="bots.addPreviewMedia">bots.addPreviewMedia</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/bots.deletePreviewMedia.html" name="bots.deletePreviewMedia">bots.deletePreviewMedia</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/bots.editPreviewMedia.html" name="bots.editPreviewMedia">bots.editPreviewMedia</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/bots.getPopularAppBots.html" name="bots.getPopularAppBots">bots.getPopularAppBots</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/bots.getPreviewInfo.html" name="bots.getPreviewInfo">bots.getPreviewInfo</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/bots.getPreviewMedias.html" name="bots.getPreviewMedias">bots.getPreviewMedias</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/bots.reorderPreviewMedias.html" name="bots.reorderPreviewMedias">bots.reorderPreviewMedias</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.reportSponsoredMessage.html" name="channels.reportSponsoredMessage">channels.reportSponsoredMessage</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.restrictSponsoredMessages.html" name="channels.restrictSponsoredMessages">channels.restrictSponsoredMessages</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.searchPosts.html" name="channels.searchPosts">channels.searchPosts</a>
Expand Down Expand Up @@ -1142,11 +1149,13 @@ Some of MadelineProto's core components are also available as separate, standalo
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.getQuickReplyMessages.html" name="messages.getQuickReplyMessages">messages.getQuickReplyMessages</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.getSavedReactionTags.html" name="messages.getSavedReactionTags">messages.getSavedReactionTags</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.reorderQuickReplies.html" name="messages.reorderQuickReplies">messages.reorderQuickReplies</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.requestMainWebView.html" name="messages.requestMainWebView">messages.requestMainWebView</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.sendQuickReplyMessages.html" name="messages.sendQuickReplyMessages">messages.sendQuickReplyMessages</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.toggleDialogFilterTags.html" name="messages.toggleDialogFilterTags">messages.toggleDialogFilterTags</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.updateSavedReactionTag.html" name="messages.updateSavedReactionTag">messages.updateSavedReactionTag</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#rleDecode" name="rleDecode">null-byte RLE decode: rleDecode</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#rleEncode" name="rleEncode">null-byte RLE encode: rleEncode</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getStarsGiftOptions.html" name="payments.getStarsGiftOptions">payments.getStarsGiftOptions</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getStarsRevenueAdsAccountUrl.html" name="payments.getStarsRevenueAdsAccountUrl">payments.getStarsRevenueAdsAccountUrl</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getStarsRevenueStats.html" name="payments.getStarsRevenueStats">payments.getStarsRevenueStats</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getStarsRevenueWithdrawalUrl.html" name="payments.getStarsRevenueWithdrawalUrl">payments.getStarsRevenueWithdrawalUrl</a>
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 81 files
+2 −1 docs/API_docs/constructors/botInfo.md
+28 −0 docs/API_docs/constructors/botPreviewMedia.md
+29 −0 docs/API_docs/constructors/bots.popularAppBots.md
+29 −0 docs/API_docs/constructors/bots.previewInfo.md
+2 −1 docs/API_docs/constructors/documentAttributeVideo.md
+29 −5 docs/API_docs/constructors/index.md
+2 −2 docs/API_docs/constructors/inputInvoiceStars.md
+30 −0 docs/API_docs/constructors/inputStorePaymentStarsGift.md
+4 −4 docs/API_docs/constructors/inputStorePaymentStarsTopup.md
+30 −0 docs/API_docs/constructors/mediaAreaWeather.md
+32 −0 docs/API_docs/constructors/messageActionGiftStars.md
+31 −0 docs/API_docs/constructors/starsGiftOption.md
+2 −1 docs/API_docs/constructors/starsTransaction.md
+22 −0 docs/API_docs/constructors/topPeerCategoryBotsApp.md
+3 −1 docs/API_docs/constructors/user.md
+1 −1 docs/API_docs/index.md
+1 −1 docs/API_docs/methods/account.saveAutoSaveSettings.md
+37 −1 docs/API_docs/methods/api_index.md
+42 −0 docs/API_docs/methods/bots.addPreviewMedia.md
+42 −0 docs/API_docs/methods/bots.deletePreviewMedia.md
+43 −0 docs/API_docs/methods/bots.editPreviewMedia.md
+41 −0 docs/API_docs/methods/bots.getPopularAppBots.md
+41 −0 docs/API_docs/methods/bots.getPreviewInfo.md
+40 −0 docs/API_docs/methods/bots.getPreviewMedias.md
+42 −0 docs/API_docs/methods/bots.reorderPreviewMedias.md
+1 −1 docs/API_docs/methods/bots.reorderUsernames.md
+1 −1 docs/API_docs/methods/channels.deactivateAllUsernames.md
+1 −1 docs/API_docs/methods/channels.getForumTopicsByID.md
+1 −1 docs/API_docs/methods/channels.reorderPinnedForumTopics.md
+1 −1 docs/API_docs/methods/channels.reorderUsernames.md
+1 −1 docs/API_docs/methods/channels.reportAntiSpamFalsePositive.md
+1 −1 docs/API_docs/methods/channels.toggleAntiSpam.md
+1 −1 docs/API_docs/methods/channels.toggleForum.md
+1 −1 docs/API_docs/methods/channels.toggleParticipantsHidden.md
+1 −1 docs/API_docs/methods/channels.updatePinnedForumTopic.md
+1 −1 docs/API_docs/methods/chatlists.deleteExportedInvite.md
+1 −1 docs/API_docs/methods/chatlists.editExportedInvite.md
+1 −1 docs/API_docs/methods/chatlists.getChatlistUpdates.md
+1 −1 docs/API_docs/methods/chatlists.getExportedInvites.md
+1 −1 docs/API_docs/methods/chatlists.getLeaveChatlistSuggestions.md
+1 −1 docs/API_docs/methods/chatlists.hideChatlistUpdates.md
+1 −1 docs/API_docs/methods/chatlists.joinChatlistInvite.md
+1 −1 docs/API_docs/methods/chatlists.joinChatlistUpdates.md
+1 −1 docs/API_docs/methods/chatlists.leaveChatlist.md
+2 −1 docs/API_docs/methods/contacts.getTopPeers.md
+1 −1 docs/API_docs/methods/contacts.importContactToken.md
+18 −0 docs/API_docs/methods/index.md
+1 −1 docs/API_docs/methods/messages.getDefaultHistoryTTL.md
+1 −1 docs/API_docs/methods/messages.getEmojiGroups.md
+1 −1 docs/API_docs/methods/messages.getEmojiProfilePhotoGroups.md
+1 −1 docs/API_docs/methods/messages.getEmojiStatusGroups.md
+45 −0 docs/API_docs/methods/messages.requestMainWebView.md
+1 −1 docs/API_docs/methods/messages.searchCustomEmoji.md
+1 −1 docs/API_docs/methods/messages.setChatWallPaper.md
+1 −1 docs/API_docs/methods/messages.setDefaultHistoryTTL.md
+1 −1 docs/API_docs/methods/messages.togglePeerTranslations.md
+40 −0 docs/API_docs/methods/payments.getStarsGiftOptions.md
+1 −1 docs/API_docs/methods/payments.getStarsRevenueAdsAccountUrl.md
+1 −1 docs/API_docs/methods/payments.getStarsRevenueStats.md
+1 −1 docs/API_docs/methods/payments.getStarsRevenueWithdrawalUrl.md
+1 −1 docs/API_docs/methods/payments.getStarsTransactionsByID.md
+1 −1 docs/API_docs/methods/photos.uploadContactProfilePhoto.md
+1 −1 docs/API_docs/methods/stories.searchPosts.md
+27 −0 docs/API_docs/types/BotPreviewMedia.md
+3 −1 docs/API_docs/types/InputStorePaymentPurpose.md
+2 −0 docs/API_docs/types/MediaArea.md
+2 −0 docs/API_docs/types/MessageAction.md
+23 −0 docs/API_docs/types/StarsGiftOption.md
+2 −0 docs/API_docs/types/TopPeerCategory.md
+2 −0 docs/API_docs/types/WebViewResult.md
+24 −0 docs/API_docs/types/bots.PopularAppBots.md
+24 −0 docs/API_docs/types/bots.PreviewInfo.md
+8 −0 docs/API_docs/types/index.md
+99 −0 docs/PHP/danog/MadelineProto/RPCError/BotGamesDisabledError.md
+2 −2 docs/PHP/danog/MadelineProto/RPCError/ButtonUserPrivacyRestrictedError.md
+2 −2 docs/PHP/danog/MadelineProto/RPCError/ChatGuestSendForbiddenError.md
+99 −0 docs/PHP/danog/MadelineProto/RPCError/QuickRepliesTooMuchError.md
+99 −0 docs/PHP/danog/MadelineProto/RPCError/ReplyMessagesTooMuchError.md
+5 −2 docs/PHP/index.md
+1 −1 docs/docs/USING_METHODS.md
+9 −0 docs/index.md
2 changes: 1 addition & 1 deletion examples/secret_bot.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ public function handle(Incoming&SecretMessage $update): void
$settings = new Settings;
$settings->getLogger()->setLevel(Logger::ULTRA_VERBOSE);

SecretHandler::startAndLoop('valeriano.madeline', $settings);
SecretHandler::startAndLoop('secret.madeline', $settings);
2 changes: 1 addition & 1 deletion schemas
Submodule schemas updated 1 files
+2,518 −0 TL_telegram_v185.tl
Loading

0 comments on commit c2f25e7

Please sign in to comment.