From 33313677863f09c9886417874fcc38b726837bc7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 22 Dec 2023 20:13:05 +0000 Subject: [PATCH] Update content of files --- .../corefork.telegram.org/api/giveaways.html | 2 +- .../web/corefork.telegram.org/api/layers.html | 10 +- .../botInlineMessageMediaWebPage.html | 2 +- .../constructor/channel.html | 2 +- .../constructor/channelFull.html | 2 +- .../constructor/dialog.html | 2 +- .../inputInvoicePremiumGiftCode.html | 46 +- .../inputStorePaymentPremiumGiftCode.html | 47 +- .../inputStorePaymentPremiumGiveaway.html | 53 +-- .../constructor/messageActionGiftCode.html | 50 +-- .../messageActionGiveawayLaunch.html | 18 +- .../messageActionGiveawayResults.html | 38 +- .../constructor/messageMediaGiveaway.html | 46 +- .../constructor/payments.checkedGiftCode.html | 60 +-- .../payments.giveawayInfoResults.html | 21 +- .../constructor/prepaidGiveaway.html | 56 +-- .../updateChannelViewForumAsMessages.html | 47 +- .../updateReadMessagesContents.html | 2 +- .../constructor/user.html | 2 +- .../channels.toggleViewForumAsMessages.html | 11 +- .../method/payments.getGiveawayInfo.html | 1 + .../method/stories.getPeerMaxIDs.html | 25 +- data/web/corefork.telegram.org/methods.html | 83 ++-- .../mtproto/samples-auth_key.html | 412 +++++++++--------- .../type/InputInvoice.html | 2 +- .../type/InputStorePaymentPurpose.html | 4 +- .../type/MessageAction.html | 6 +- .../type/MessageMedia.html | 2 +- .../type/PrepaidGiveaway.html | 2 +- .../corefork.telegram.org/type/Update.html | 2 +- .../corefork.telegram.org/type/Updates.html | 2 +- .../type/payments.CheckedGiftCode.html | 2 +- data/web/promote.telegram.org/css/promote.css | 6 - 33 files changed, 462 insertions(+), 604 deletions(-) diff --git a/data/web/corefork.telegram.org/api/giveaways.html b/data/web/corefork.telegram.org/api/giveaways.html index 8bd977d705..665cc38f0a 100644 --- a/data/web/corefork.telegram.org/api/giveaways.html +++ b/data/web/corefork.telegram.org/api/giveaways.html @@ -90,7 +90,7 @@
  • inputStorePaymentPremiumGiveaway to create a giveaway, where Telegram will randomly select option.users subscribers to the channel specified in purpose.boost_peer (only new subscribers starting from the giveaway creation date if the purpose.only_new_subscribers field is set).
    Additional channels that the user must join to participate to the giveaway can be specified in additional_peers.
    The set of users that can participate to the giveaway can be restricted by passing an explicit whitelist of up to giveaway_countries_max countries, specified as two-letter ISO 3166-1 alpha-2 country codes in countries_iso2.
    -The end date of the giveaway must be specified in until_date, and it must be at most giveaway_period_max seconds in the future; at that date, Telegram will randomly choose option.users subscribers according to the conditions specified above, and send them a Telegram Premium giftcode as a messageActionGiftCode constructor, that should be used client-side to generate a giftcode link .
    +The end date of the giveaway must be specified in until_date, and it must be at most giveaway_period_max seconds in the future; at that date, Telegram will randomly choose option.users subscribers according to the conditions specified above, and send them a Telegram Premium giftcode as a messageActionGiftCode constructor, that should be used client-side to generate a giftcode link.
    The channel specified in boost_peer will receive giveaway_boosts_per_premium boosts from each user, that cannot be reassigned to another channel for the duration of the gifted subscription.
  • or inputStorePaymentPremiumGiftCode, to gift Telegram Premium subscriptions only to some specific subscribers (purpose.users, max giveaway_add_peers_max users) of the channel specified in purpose.boost_peer, which will receive giveaway_boosts_per_premium boosts from each user, that cannot be reassigned to another channel for the duration of the gifted subscription.
    Users may also use this method to simply gift subscriptions to contacts by not setting the boost_peer field: in this case, gifting a Telegram Premium subscription to another user will create boosts_per_sent_gift boost slots » for us, and one boost slot for the destination user.
  • diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index 0ca9722e21..e01ee46935 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -193,18 +193,18 @@
    New Constructors