Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Sep 13, 2024
1 parent ac8869d commit 0f6e0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@
<file src="src/EventHandler/Message/Entities/MessageEntity.php">
<MixedArgument>
<code><![CDATA[$entity['document_id'] ?? $entity['custom_emoji_id']]]></code>
<code><![CDATA[$entity['language']]]></code>
<code><![CDATA[$entity['language'] ?? '']]></code>
<code><![CDATA[$entity['length']]]></code>
<code><![CDATA[$entity['length']]]></code>
<code><![CDATA[$entity['length']]]></code>
Expand Down

0 comments on commit 0f6e0da

Please sign in to comment.