From 68c30738aab0530f30cff1a7c23134177d178c83 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 26 Sep 2021 14:37:17 +0000 Subject: [PATCH] Update content of files --- data/corefork.telegram.org/api/layers.html | 12 +++---- data/corefork.telegram.org/api/payments.html | 8 ++--- ...elAdminLogEventActionChangeHistoryTTL.html | 33 ++++--------------- .../constructor/channelFull.html | 13 ++++---- .../messageActionSetMessagesTTL.html | 25 +++----------- .../messages.chatAdminsWithInvites | 33 ++++--------------- .../constructor/messages.exportedChatInvite | 33 ++++--------------- .../constructor/phone.exportedGroupCallInvite | 25 +++----------- .../constructor/stickerSet.html | 4 +-- .../constructor/stickers.suggestedShortName | 25 +++----------- .../constructor/theme.html | 2 +- .../type/ChannelAdminLogEventAction.html | 2 +- .../type/MessageAction.html | 2 +- .../type/messages.ChatAdminsWithInvites | 2 +- .../type/messages.ExportedChatInvite | 2 +- .../type/phone.ExportedGroupCallInvite | 2 +- .../type/stickers.SuggestedShortName | 2 +- 17 files changed, 59 insertions(+), 166 deletions(-) diff --git a/data/corefork.telegram.org/api/layers.html b/data/corefork.telegram.org/api/layers.html index c336174c6a..b92bf8ffa7 100644 --- a/data/corefork.telegram.org/api/layers.html +++ b/data/corefork.telegram.org/api/layers.html @@ -526,7 +526,7 @@ Layer…">
  • Added groupCallParticipantVideoSourceGroup - Describes a group of video synchronization source identifiers
  • Added groupCallParticipantVideo -
  • Added updateGroupCallConnection - New WebRTC parameters
  • -
  • Added stickers.suggestedShortName -
  • +
  • Added stickers.suggestedShortName - A suggested short name for a stickerpack
  • Added botCommandScopeDefault - The commands will be valid in all dialogs
  • Added botCommandScopeUsers - The specified bot commands will only be valid in all private chats with users.
  • Added botCommandScopeChats - The specified bot commands will be valid in all groups and supergroups.
  • @@ -711,7 +711,7 @@ Layer…">
    Changed Constructors
    New Constructors
    Changed Constructors
    diff --git a/data/corefork.telegram.org/api/payments.html b/data/corefork.telegram.org/api/payments.html index e34e22d9aa..210292072a 100644 --- a/data/corefork.telegram.org/api/payments.html +++ b/data/corefork.telegram.org/api/payments.html @@ -153,7 +153,7 @@ The bot must respond using mess
    inputPaymentCredentialsSaved#c10eb2cf id:string tmp_password:bytes = InputPaymentCredentials;
     inputPaymentCredentials#3417d728 flags:# save:flags.0?true data:DataJSON = InputPaymentCredentials;
     inputPaymentCredentialsApplePay#aa1c39f payment_data:DataJSON = InputPaymentCredentials;
    -inputPaymentCredentialsAndroidPay#ca05d50e payment_token:DataJSON google_transaction_id:string = InputPaymentCredentials;
    +inputPaymentCredentialsGooglePay#8ac32801 payment_token:DataJSON = InputPaymentCredentials;
     
     
     payments.paymentForm#1694761b flags:# can_save_credentials:flags.2?true password_missing:flags.3?true form_id:long bot_id:long invoice:Invoice provider_id:long url:string native_provider:flags.4?string native_params:flags.4?DataJSON saved_info:flags.0?PaymentRequestedInfo saved_credentials:flags.1?PaymentSavedCredentials users:Vector<User> = payments.PaymentForm;
    @@ -199,8 +199,8 @@ Eventually, you can set the save flag to save the credit card info

    On iOS devices, Apple Pay can be used to generate payment data, which is then sent using the inputPaymentCredentialsApplePay constructor.

    Example implementation: Telegram for iOS.

    3.4 Android pay

    -
    inputPaymentCredentialsAndroidPay#ca05d50e payment_token:DataJSON google_transaction_id:string = InputPaymentCredentials;
    -

    On Android devices, Google Pay can be used to generate payment data, which is then sent using the inputPaymentCredentialsAndroidPay constructor.

    +
    inputPaymentCredentialsGooglePay#8ac32801 payment_token:DataJSON = InputPaymentCredentials;
    +

    On Android devices, Google Pay can be used to generate payment data, which is then sent using the inputPaymentCredentialsGooglePay constructor.

    Example implementation: Telegram for Android.

    3.5 Using saved payment credentials

    inputPaymentCredentialsSaved#c10eb2cf id:string tmp_password:bytes = InputPaymentCredentials;
    @@ -229,7 +229,7 @@ Full credit card info is not saved on Telegram Servers, and can
     
    inputPaymentCredentialsSaved#c10eb2cf id:string tmp_password:bytes = InputPaymentCredentials;
     inputPaymentCredentials#3417d728 flags:# save:flags.0?true data:DataJSON = InputPaymentCredentials;
     inputPaymentCredentialsApplePay#aa1c39f payment_data:DataJSON = InputPaymentCredentials;
    -inputPaymentCredentialsAndroidPay#ca05d50e payment_token:DataJSON google_transaction_id:string = InputPaymentCredentials;
    +inputPaymentCredentialsGooglePay#8ac32801 payment_token:DataJSON = InputPaymentCredentials;
     
     payments.paymentResult#4e5f810d updates:Updates = payments.PaymentResult;
     payments.paymentVerificationNeeded#d8411139 url:string = payments.PaymentResult;
    diff --git a/data/corefork.telegram.org/constructor/channelAdminLogEventActionChangeHistoryTTL.html b/data/corefork.telegram.org/constructor/channelAdminLogEventActionChangeHistoryTTL.html
    index 1f7592c1da..16ebef88b8 100644
    --- a/data/corefork.telegram.org/constructor/channelAdminLogEventActionChangeHistoryTTL.html
    +++ b/data/corefork.telegram.org/constructor/channelAdminLogEventActionChangeHistoryTTL.html
    @@ -4,32 +4,10 @@
         
         channelAdminLogEventActionChangeHistoryTTL
         
    -    
    +    
         
         
    -    
    +    
         
     
         
    @@ -61,7 +39,8 @@ ChannelAdminLogEventAction">
       
       

    channelAdminLogEventActionChangeHistoryTTL

    -

    +

    The Time-To-Live of messages in this chat was changed

    +

    +

    How to subscribe to updates and handle them properly.

    +

    phone.getGroupCallJoinAs

    diff --git a/data/corefork.telegram.org/constructor/messageActionSetMessagesTTL.html b/data/corefork.telegram.org/constructor/messageActionSetMessagesTTL.html index 85af5b929d..4bbe4a3c85 100644 --- a/data/corefork.telegram.org/constructor/messageActionSetMessagesTTL.html +++ b/data/corefork.telegram.org/constructor/messageActionSetMessagesTTL.html @@ -4,26 +4,10 @@ messageActionSetMessagesTTL - + - + @@ -55,7 +39,8 @@ MessageAction">

    messageActionSetMessagesTTL

    -

    +

    The Time-To-Live of messages in this chat was changed.

    +