Skip to content

Commit

Permalink
Bump layer
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 12, 2024
1 parent 1eb71f2 commit ea800e8
Show file tree
Hide file tree
Showing 12 changed files with 186 additions and 145 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ Some of MadelineProto's core components are also available as separate, standalo
* <a href="https://docs.madelineproto.xyz/API_docs/methods/account.getChannelDefaultEmojiStatuses.html" name="account.getChannelDefaultEmojiStatuses">Get a list of default suggested channel emoji statuses: account.getChannelDefaultEmojiStatuses</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/account.getDefaultEmojiStatuses.html" name="account.getDefaultEmojiStatuses">Get a list of default suggested emoji statuses: account.getDefaultEmojiStatuses</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/phone.getGroupCallJoinAs.html" name="phone.getGroupCallJoinAs">Get a list of peers that can be used to join a group call, presenting yourself as a specific user/channel: phone.getGroupCallJoinAs</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.getSponsoredMessages.html" name="channels.getSponsoredMessages">Get a list of sponsored messages: channels.getSponsoredMessages</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#getWebMessage" name="getWebMessage">Get a message to show to the user when starting the bot: getWebMessage</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getPaymentForm.html" name="payments.getPaymentForm">Get a payment form: payments.getPaymentForm</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/account.getDefaultGroupPhotoEmojis.html" name="account.getDefaultGroupPhotoEmojis">Get a set of suggested custom emoji stickers that can be used as group picture: account.getDefaultGroupPhotoEmojis</a>
Expand Down Expand Up @@ -747,7 +746,6 @@ Some of MadelineProto's core components are also available as separate, standalo
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.assignAppStoreTransaction.html" name="payments.assignAppStoreTransaction">Informs server about a purchase made through the App Store: for official applications only: payments.assignAppStoreTransaction</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.assignPlayMarketTransaction.html" name="payments.assignPlayMarketTransaction">Informs server about a purchase made through the Play Store: for official applications only: payments.assignPlayMarketTransaction</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/help.setBotUpdatesStatus.html" name="help.setBotUpdatesStatus">Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only: help.setBotUpdatesStatus</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.clickSponsoredMessage.html" name="channels.clickSponsoredMessage">Informs the server that the user has either:: channels.clickSponsoredMessage</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/account.initTakeoutSession.html" name="account.initTakeoutSession">Initialize a takeout session, see here » for more info: account.initTakeoutSession</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/initConnection.html" name="initConnection">Initialize connection: initConnection</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#initSelfRestart" name="initSelfRestart">Initialize self-restart hack: initSelfRestart</a>
Expand Down Expand Up @@ -794,7 +792,6 @@ Some of MadelineProto's core components are also available as separate, standalo
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#htmlToMessageEntities" name="htmlToMessageEntities">Manually convert HTML to a message and a set of entities: htmlToMessageEntities</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#markdownToMessageEntities" name="markdownToMessageEntities">Manually convert markdown to a message and a set of entities: markdownToMessageEntities</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.markDialogUnread.html" name="messages.markDialogUnread">Manually mark dialog as unread: messages.markDialogUnread</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.viewSponsoredMessage.html" name="channels.viewSponsoredMessage">Mark a specific sponsored message as read: channels.viewSponsoredMessage</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.readDiscussion.html" name="messages.readDiscussion">Mark a thread as read: messages.readDiscussion</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/stories.readStories.html" name="stories.readStories">Mark all stories up to a certain ID as read, for a given peer; will emit an updateReadStories update to all logged-in sessions: stories.readStories</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.readHistory.html" name="channels.readHistory">Mark channel/supergroup history as read: channels.readHistory</a>
Expand Down Expand Up @@ -1122,7 +1119,6 @@ Some of MadelineProto's core components are also available as separate, standalo
* <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>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.setBoostsToUnblockRestrictions.html" name="channels.setBoostsToUnblockRestrictions">channels.setBoostsToUnblockRestrictions</a>
Expand All @@ -1134,6 +1130,7 @@ Some of MadelineProto's core components are also available as separate, standalo
* <a href="https://docs.madelineproto.xyz/API_docs/methods/invokeWithBusinessConnection.html" name="invokeWithBusinessConnection">invokeWithBusinessConnection</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/invokeWithGooglePlayIntegrity.html" name="invokeWithGooglePlayIntegrity">invokeWithGooglePlayIntegrity</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.checkQuickReplyShortcut.html" name="messages.checkQuickReplyShortcut">messages.checkQuickReplyShortcut</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.clickSponsoredMessage.html" name="messages.clickSponsoredMessage">messages.clickSponsoredMessage</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.deleteFactCheck.html" name="messages.deleteFactCheck">messages.deleteFactCheck</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.deleteQuickReplyMessages.html" name="messages.deleteQuickReplyMessages">messages.deleteQuickReplyMessages</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.deleteQuickReplyShortcut.html" name="messages.deleteQuickReplyShortcut">messages.deleteQuickReplyShortcut</a>
Expand All @@ -1149,13 +1146,16 @@ Some of MadelineProto's core components are also available as separate, standalo
* <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>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.getSponsoredMessages.html" name="messages.getSponsoredMessages">messages.getSponsoredMessages</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.reportSponsoredMessage.html" name="messages.reportSponsoredMessage">messages.reportSponsoredMessage</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.sendPaidReaction.html" name="messages.sendPaidReaction">messages.sendPaidReaction</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.togglePaidReactionPrivacy.html" name="messages.togglePaidReactionPrivacy">messages.togglePaidReactionPrivacy</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/API_docs/methods/messages.viewSponsoredMessage.html" name="messages.viewSponsoredMessage">messages.viewSponsoredMessage</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.changeStarsSubscription.html" name="payments.changeStarsSubscription">payments.changeStarsSubscription</a>
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 28 files
+8 −5 docs/API_docs/constructors/index.md
+2 −1 docs/API_docs/constructors/message.md
+4 −1 docs/API_docs/constructors/starGift.md
+2 −1 docs/API_docs/constructors/starsTransaction.md
+22 −0 docs/API_docs/constructors/starsTransactionPeerAPI.md
+2 −1 docs/API_docs/constructors/updateDeleteScheduledMessages.md
+2 −1 docs/API_docs/constructors/userFull.md
+1 −1 docs/API_docs/index.md
+24 −24 docs/API_docs/methods/api_index.md
+0 −48 docs/API_docs/methods/channels.clickSponsoredMessage.md
+8 −8 docs/API_docs/methods/index.md
+42 −0 docs/API_docs/methods/messages.clickSponsoredMessage.md
+2 −1 docs/API_docs/methods/messages.forwardMessages.md
+9 −11 docs/API_docs/methods/messages.getSponsoredMessages.md
+7 −7 docs/API_docs/methods/messages.reportSponsoredMessage.md
+2 −1 docs/API_docs/methods/messages.sendMedia.md
+2 −1 docs/API_docs/methods/messages.sendMessage.md
+2 −1 docs/API_docs/methods/messages.sendMultiMedia.md
+9 −11 docs/API_docs/methods/messages.viewSponsoredMessage.md
+2 −2 docs/API_docs/methods/stats.getBroadcastRevenueStats.md
+2 −2 docs/API_docs/methods/stats.getBroadcastRevenueTransactions.md
+2 −2 docs/API_docs/methods/stats.getBroadcastRevenueWithdrawalUrl.md
+2 −1 docs/API_docs/methods/stories.searchPosts.md
+2 −0 docs/API_docs/types/StarsTransactionPeer.md
+1 −1 docs/API_docs/types/channels.SponsoredMessageReportResult.md
+1 −1 docs/API_docs/types/messages.SponsoredMessages.md
+1 −1 docs/docs/USING_METHODS.md
+4 −4 docs/index.md
41 changes: 40 additions & 1 deletion langs/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,44 @@
"login_code_sending": "Отправка кода...",
"login_code_sent": "Код успешно отправлен! Как только Вы получите код Вам нужно использовать функцию completePhoneLogin.",
"login_2fa_enabled": "2FA активно, вам необходимо сначала вызвать функцию complete2falogin...",
"not_loggedIn": "Я вошёл в систему!"
"not_loggedIn": "Я вошёл в систему!",
"call_error_1": "Не смог найти и принять звонок %s",
"string_required": "Ожидана string!",
"waveform_must_have_100_values": "Массив waveform должен иметь 100 значений!",
"waveform_value": "Значение waveform должно быть между 0 и 31!",
"method_not_found": "Невозможно найти метод: ",
"params_missing": "Не хватает необходимого папаметра",
"sec_peer_not_in_db": "Этого секретного чата нету во внутренней базе",
"length_too_big": "Длина слишком большая",
"login_user": "Вхожу как пользователь...",
"signup_ok": "Запись прошла успешно!",
"accepting_call": "Принимяю звонок от %s...",
"call_already_declined": "Звонок %s уже был отвергнут",
"call_error_3": "Невозможно найти и подтвердить звонок %s",
"call_completing": "Финализирую звонок от %s...",
"fingerprint_invalid": "Невалидный фингерпринт ключа!",
"file_parsing": "Чтение %s...",
"src_file_invalid": "Невалидный файл: ",
"bool_error": "Невозможно считать boolean",
"not_numeric": "Данное значение не цифра",
"long_not_32": "Длинна данного значения не равна 32 байтам",
"array_invalid": "Вы указали невалидный массив",
"predicate_not_set": "Предикат (значение под ключом _) не был указан!",
"login_bot": "Вхожу как бот...",
"login_need_signup": "На этот номер телефона не найдена учётная запись Телеграм...",
"long_not_16": "Длинна данного значения не равна 16 байтам",
"signup_uncalled": "Я не в процессе записи! Пожалуйста, вызовите сначала методы phoneLogin и completePhoneLogin!",
"2fa_uncalled": "Я не жду сейчас пароля! Вызовите сначала методы phoneLogin и completePhoneLogin!",
"call_already_accepted": "Звонок %s уже был принят",
"call_error_2": "Невозможно найти и подтвердить звонок %s",
"call_confirming": "Подтверждаю звонок от %s...",
"translate_madelineproto_cli": "MadelineProto можно локализировать на ваш язык (на данный момент переведено: %d%%), откройте https://weblate.madelineproto.xyz чтобы помочь с переводом!",
"translate_madelineproto_web": "MadelineProto можно локализировать на ваш язык (на данный момент переведено: %d%%), кликните <a href=\"https://weblate.madelineproto.xyz\" target=\"_blank\">сюда чтобы помочь с переводом!</a>",
"peer_not_in_db": "Этот peer не находится во внутренней базе",
"call_discarding": "Отвергаю звонок %s...",
"stream_handle_invalid": "Использован невалидный стрим.",
"long_not_64": "Длинна данного значения не равна 64 байтам",
"update_madelineproto": "Вы используете старую версию MadelineProto, необходимо обновится: сейчас используется версия %s, но последняя версия со многими поправками и с новым функционалом - %s!",
"type_extract_error": "Невозможно распаковать тип \"%s\", необходимо обновить MadelineProto!",
"could_not_convert_object": "Невозможно сконвертировать объект типа %s"
}
2 changes: 1 addition & 1 deletion schemas
Submodule schemas updated 1 files
+2,569 −0 TL_telegram_v192.tl
Loading

0 comments on commit ea800e8

Please sign in to comment.