Skip to content

Commit b329fcc

Browse files
committed
Bump to layer 210
1 parent d580e01 commit b329fcc

File tree

13 files changed

+120
-37
lines changed

13 files changed

+120
-37
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,15 +1219,20 @@ Some of MadelineProto's core components are also available as separate, standalo
12191219
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#rleDecode" name="rleDecode">null-byte RLE decode: rleDecode</a>
12201220
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#rleEncode" name="rleEncode">null-byte RLE encode: rleEncode</a>
12211221
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.canPurchaseStore.html" name="payments.canPurchaseStore">payments.canPurchaseStore</a>
1222+
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.createStarGiftCollection.html" name="payments.createStarGiftCollection">payments.createStarGiftCollection</a>
1223+
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.deleteStarGiftCollection.html" name="payments.deleteStarGiftCollection">payments.deleteStarGiftCollection</a>
12221224
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getResaleStarGifts.html" name="payments.getResaleStarGifts">payments.getResaleStarGifts</a>
12231225
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getSavedStarGift.html" name="payments.getSavedStarGift">payments.getSavedStarGift</a>
12241226
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getSavedStarGifts.html" name="payments.getSavedStarGifts">payments.getSavedStarGifts</a>
1227+
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getStarGiftCollections.html" name="payments.getStarGiftCollections">payments.getStarGiftCollections</a>
12251228
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getStarGiftUpgradePreview.html" name="payments.getStarGiftUpgradePreview">payments.getStarGiftUpgradePreview</a>
12261229
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getStarGiftWithdrawalUrl.html" name="payments.getStarGiftWithdrawalUrl">payments.getStarGiftWithdrawalUrl</a>
12271230
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getUniqueStarGift.html" name="payments.getUniqueStarGift">payments.getUniqueStarGift</a>
1231+
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.reorderStarGiftCollections.html" name="payments.reorderStarGiftCollections">payments.reorderStarGiftCollections</a>
12281232
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.toggleChatStarGiftNotifications.html" name="payments.toggleChatStarGiftNotifications">payments.toggleChatStarGiftNotifications</a>
12291233
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.toggleStarGiftsPinnedToTop.html" name="payments.toggleStarGiftsPinnedToTop">payments.toggleStarGiftsPinnedToTop</a>
12301234
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.transferStarGift.html" name="payments.transferStarGift">payments.transferStarGift</a>
1235+
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.updateStarGiftCollection.html" name="payments.updateStarGiftCollection">payments.updateStarGiftCollection</a>
12311236
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.updateStarGiftPrice.html" name="payments.updateStarGiftPrice">payments.updateStarGiftPrice</a>
12321237
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.upgradeStarGift.html" name="payments.upgradeStarGift">payments.upgradeStarGift</a>
12331238
* <a href="https://docs.madelineproto.xyz/API_docs/methods/phone.createConferenceCall.html" name="phone.createConferenceCall">phone.createConferenceCall</a>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"psalm": "psalm --no-cache --threads=10",
132132
"docs": "php tools/build_docs.php",
133133
"fuzz": "php tools/fuzzer.php",
134-
"file_ref_map": "php tools/file_ref_map.php",
134+
"file_ref_map": "php tools/gen_filerefmap.php",
135135
"docs-fix": "tools/fix_docs.sh",
136136
"paratest": "@php -dzend.assertions=1 ./vendor/bin/paratest -fv",
137137
"paratest-light": "@php -dzend.assertions=1 ./vendor/bin/paratest -fvc phpunit-light.xml",

src/API.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ final class API extends AbstractAPI
5151
*
5252
* @var string
5353
*/
54-
public const RELEASE = '8.4.20';
54+
public const RELEASE = '8.4.21';
5555
/**
5656
* We're not logged in.
5757
*

src/Namespace/Channels.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/Namespace/Messages.php

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

src/Namespace/Payments.php

Lines changed: 71 additions & 10 deletions
Large diffs are not rendered by default.

src/Namespace/Stats.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/Namespace/Stories.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)