Skip to content

Commit

Permalink
Update to layer 187
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Sep 10, 2024
1 parent cf30bbf commit 8ecefa4
Show file tree
Hide file tree
Showing 12 changed files with 266 additions and 63 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro
The following open source projects were created using MadelineProto: you can directly install them, or explore the source code as direct examples on how to use MadelineProto's many features!

* [magnaluna webradio](https://magna.madelineproto.xyz) - Multifeatured Telegram VoIP webradio
* [TelegramApiServer](https://github.com/xtrime-ru/TelegramApiServer) - Fast, simple, async php telegram api server: an HTTP JSON API for MadelineProto!
* [`simpleBot.php`](https://github.com/danog/MadelineProto/blob/v8/examples/simpleBot.php) - Extremely basic example
* [`tgstories_dl_bot.php`](https://github.com/danog/MadelineProto/blob/v8/examples/tgstories_dl_bot.php) - Source code of [@tgstories_dl_bot](https://t.me/tgstories_dl_bot) - Bot to download any Telegram Story!
* [`downloadRenameBot.php`](https://github.com/danog/downloadRenameBot/blob/main/bot.php) - Download files by URL and rename Telegram files using this async parallelized bot!
* [`secret_bot.php`](https://github.com/danog/MadelineProto/blob/v8/examples/secret_bot.php) - Secret chat bot!
* [`pipesbot.php`](https://github.com/danog/pipesbot) - Creating inline bots and using other inline bots via a userbot!
* [`bot.php`](https://github.com/danog/MadelineProto/blob/v8/examples/bot.php) - Examples for how to use filters, updates, get download links for any file, Telegram Stories and much more!
* [TelegramApiServer](https://github.com/xtrime-ru/TelegramApiServer) - Fast, simple, async php telegram api server: an HTTP JSON API for MadelineProto (for use in languages other than PHP, if using PHP use directly MadelineProto)

Want to add your own open-source project to this list? [Click here!](https://docs.madelineproto.xyz/FOSS.html)

Expand Down Expand Up @@ -1145,6 +1145,7 @@ Some of MadelineProto's core components are also available as separate, standalo
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.getFactCheck.html" name="messages.getFactCheck">messages.getFactCheck</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.getMyStickers.html" name="messages.getMyStickers">messages.getMyStickers</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.getOutboxReadDate.html" name="messages.getOutboxReadDate">messages.getOutboxReadDate</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.getPaidReactionPrivacy.html" name="messages.getPaidReactionPrivacy">messages.getPaidReactionPrivacy</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.getQuickReplies.html" name="messages.getQuickReplies">messages.getQuickReplies</a>
* <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>
Expand All @@ -1160,6 +1161,7 @@ Some of MadelineProto's core components are also available as separate, standalo
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.changeStarsSubscription.html" name="payments.changeStarsSubscription">payments.changeStarsSubscription</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.fulfillStarsSubscription.html" name="payments.fulfillStarsSubscription">payments.fulfillStarsSubscription</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.getStarsGiveawayOptions.html" name="payments.getStarsGiveawayOptions">payments.getStarsGiveawayOptions</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 37 files
+2 −1 docs/API_docs/constructors/boost.md
+2 −1 docs/API_docs/constructors/broadcastRevenueBalances.md
+28 −0 docs/API_docs/constructors/channelAdminLogEventActionParticipantSubExtend.md
+2 −1 docs/API_docs/constructors/channelAdminLogEventsFilter.md
+34 −10 docs/API_docs/constructors/index.md
+2 −1 docs/API_docs/constructors/inputMediaPaidMedia.md
+37 −0 docs/API_docs/constructors/inputStorePaymentStarsGiveaway.md
+6 −1 docs/API_docs/constructors/messageActionGiveawayLaunch.md
+2 −1 docs/API_docs/constructors/messageActionGiveawayResults.md
+31 −0 docs/API_docs/constructors/messageActionPrizeStars.md
+3 −2 docs/API_docs/constructors/messageMediaGiveaway.md
+3 −2 docs/API_docs/constructors/messageMediaGiveawayResults.md
+3 −2 docs/API_docs/constructors/payments.giveawayInfoResults.md
+31 −0 docs/API_docs/constructors/prepaidStarsGiveaway.md
+34 −0 docs/API_docs/constructors/starsGiveawayOption.md
+29 −0 docs/API_docs/constructors/starsGiveawayWinnersOption.md
+2 −1 docs/API_docs/constructors/starsTransaction.md
+29 −0 docs/API_docs/constructors/updateBotPurchasedPaidMedia.md
+27 −0 docs/API_docs/constructors/updatePaidReactionPrivacy.md
+1 −1 docs/API_docs/index.md
+9 −1 docs/API_docs/methods/api_index.md
+4 −0 docs/API_docs/methods/index.md
+35 −0 docs/API_docs/methods/messages.getPaidReactionPrivacy.md
+2 −2 docs/API_docs/methods/messages.sendPaidReaction.md
+35 −0 docs/API_docs/methods/payments.getStarsGiveawayOptions.md
+2 −0 docs/API_docs/types/ChannelAdminLogEventAction.md
+2 −0 docs/API_docs/types/InputStorePaymentPurpose.md
+2 −0 docs/API_docs/types/MessageAction.md
+2 −0 docs/API_docs/types/PrepaidGiveaway.md
+23 −0 docs/API_docs/types/StarsGiveawayOption.md
+21 −0 docs/API_docs/types/StarsGiveawayWinnersOption.md
+4 −0 docs/API_docs/types/Update.md
+2 −0 docs/API_docs/types/Updates.md
+4 −0 docs/API_docs/types/index.md
+2 −0 docs/docs/FILTERS.md
+1 −1 docs/docs/USING_METHODS.md
+2 −0 docs/index.md
Loading

0 comments on commit 8ecefa4

Please sign in to comment.