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…">
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.
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.
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
+
-
Layer 133
@@ -87,12 +66,12 @@ ChannelAdminLogEventAction">
prev_value
int
-
+Previous value
new_value
int
-
+New value
diff --git a/data/corefork.telegram.org/constructor/channelFull.html b/data/corefork.telegram.org/constructor/channelFull.html
index 61314c32fc..5b136798d7 100644
--- a/data/corefork.telegram.org/constructor/channelFull.html
+++ b/data/corefork.telegram.org/constructor/channelFull.html
@@ -241,27 +241,27 @@
call
flags.21?InputGroupCall
-
+Livestream or group call information
ttl_period
flags.24?int
-
+Time-To-Live of messages in this channel or supergroup
pending_suggestions
flags.25?Vector<string>
-
+A list of suggested actions for the supergroup admin, allowed values:
CONVERT_GIGAGROUP
- The supergroup has many participants: the admin should call channels.convertToGigaGroup to convert it to a gigagroup.
groupcall_default_join_as
flags.26?Peer
-
+When using phone.getGroupCallJoinAs to get a list of peers that can be used to join a group call, this field indicates the peer that should be selected by default.
theme_emoticon
flags.27?string
-
+Emoji representing a specific chat theme
@@ -283,7 +283,8 @@
Folders
Telegram allows placing chats into folders, based on their type, mute status, or other custom criteria, thanks to folder blacklists and whitelists.
Working with Updates
-How to subscribe to updates and handle them properly.
+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.
+
-
Layer 133
@@ -81,7 +66,7 @@ MessageAction">
period
int
-
+New Time-To-Live
diff --git a/data/corefork.telegram.org/constructor/messages.chatAdminsWithInvites b/data/corefork.telegram.org/constructor/messages.chatAdminsWithInvites
index ea98b92de7..4ddb8d6d22 100644
--- a/data/corefork.telegram.org/constructor/messages.chatAdminsWithInvites
+++ b/data/corefork.telegram.org/constructor/messages.chatAdminsWithInvites
@@ -4,32 +4,10 @@
messages.chatAdminsWithInvites
-
+
-
+
@@ -61,7 +39,8 @@ messages.ChatAdminsWithInvites">
messages.chatAdminsWithInvites
-
+ Info about chat invites generated by admins.
+
-
Layer 133
@@ -87,12 +66,12 @@ messages.ChatAdminsWithInvites">
admins
Vector<ChatAdminWithInvites>
-
+Info about chat invites generated by admins.
users
Vector<User>
-
+Mentioned users
diff --git a/data/corefork.telegram.org/constructor/messages.exportedChatInvite b/data/corefork.telegram.org/constructor/messages.exportedChatInvite
index 89e1b87be4..3b1dcd2e84 100644
--- a/data/corefork.telegram.org/constructor/messages.exportedChatInvite
+++ b/data/corefork.telegram.org/constructor/messages.exportedChatInvite
@@ -4,32 +4,10 @@
messages.exportedChatInvite
-
+
-
+
@@ -61,7 +39,8 @@ messages.ExportedChatInvite">
messages.exportedChatInvite
-
+ Info about a chat invite
+
-
Layer 133
@@ -87,12 +66,12 @@ messages.ExportedChatInvite">
invite
ExportedChatInvite
-
+Info about the chat invite
users
Vector<User>
-
+Mentioned users
diff --git a/data/corefork.telegram.org/constructor/phone.exportedGroupCallInvite b/data/corefork.telegram.org/constructor/phone.exportedGroupCallInvite
index f9fd628465..9916602499 100644
--- a/data/corefork.telegram.org/constructor/phone.exportedGroupCallInvite
+++ b/data/corefork.telegram.org/constructor/phone.exportedGroupCallInvite
@@ -4,26 +4,10 @@
phone.exportedGroupCallInvite
-
+
-
+
@@ -55,7 +39,8 @@ phone.ExportedGroupCallInvite">
phone.exportedGroupCallInvite
-
+ An invite to a group call or livestream
+
-
Layer 133
@@ -81,7 +66,7 @@ phone.ExportedGroupCallInvite">
link
string
-
+Invite link
diff --git a/data/corefork.telegram.org/constructor/stickerSet.html b/data/corefork.telegram.org/constructor/stickerSet.html
index 5e7f8281ec..64649d6d7a 100644
--- a/data/corefork.telegram.org/constructor/stickerSet.html
+++ b/data/corefork.telegram.org/constructor/stickerSet.html
@@ -116,7 +116,7 @@
thumbs
flags.4?Vector<PhotoSize>
-
+Stickerset thumbnail
thumb_dc_id
@@ -126,7 +126,7 @@
thumb_version
flags.4?int
-
+Thumbnail version
count
diff --git a/data/corefork.telegram.org/constructor/stickers.suggestedShortName b/data/corefork.telegram.org/constructor/stickers.suggestedShortName
index b6ae634896..76d7b3e8e7 100644
--- a/data/corefork.telegram.org/constructor/stickers.suggestedShortName
+++ b/data/corefork.telegram.org/constructor/stickers.suggestedShortName
@@ -4,26 +4,10 @@
stickers.suggestedShortName
-
+
-
+
@@ -55,7 +39,8 @@ stickers.SuggestedShortName">
stickers.suggestedShortName
-
+ A suggested short name for a stickerpack
+
-
Layer 133
@@ -81,7 +66,7 @@ stickers.SuggestedShortName">
short_name
string
-
+Suggested short name
diff --git a/data/corefork.telegram.org/constructor/theme.html b/data/corefork.telegram.org/constructor/theme.html
index 4abbc35341..87b5180e93 100644
--- a/data/corefork.telegram.org/constructor/theme.html
+++ b/data/corefork.telegram.org/constructor/theme.html
@@ -81,7 +81,7 @@
for_chat
flags.5?true
-
+Whether this theme is meant to be used as a chat theme
id
diff --git a/data/corefork.telegram.org/type/ChannelAdminLogEventAction.html b/data/corefork.telegram.org/type/ChannelAdminLogEventAction.html
index 70be0f590d..4ffedf3c72 100644
--- a/data/corefork.telegram.org/type/ChannelAdminLogEventAction.html
+++ b/data/corefork.telegram.org/type/ChannelAdminLogEventAction.html
@@ -219,7 +219,7 @@
channelAdminLogEventActionChangeHistoryTTL
-
+The Time-To-Live of messages in this chat was changed
channelAdminLogEventActionChangeTheme
diff --git a/data/corefork.telegram.org/type/MessageAction.html b/data/corefork.telegram.org/type/MessageAction.html
index b6da502799..72eacd2c5e 100644
--- a/data/corefork.telegram.org/type/MessageAction.html
+++ b/data/corefork.telegram.org/type/MessageAction.html
@@ -196,7 +196,7 @@
messageActionSetMessagesTTL
-
+You changed the Time-To-Live of your messages in this chat.
messageActionGroupCallScheduled
diff --git a/data/corefork.telegram.org/type/messages.ChatAdminsWithInvites b/data/corefork.telegram.org/type/messages.ChatAdminsWithInvites
index 5ddcb9f863..3614a3cc73 100644
--- a/data/corefork.telegram.org/type/messages.ChatAdminsWithInvites
+++ b/data/corefork.telegram.org/type/messages.ChatAdminsWithInvites
@@ -68,7 +68,7 @@
messages.chatAdminsWithInvites
-
+Info about chat invites generated by admins.
diff --git a/data/corefork.telegram.org/type/messages.ExportedChatInvite b/data/corefork.telegram.org/type/messages.ExportedChatInvite
index e9e0bba2e7..85d480afcf 100644
--- a/data/corefork.telegram.org/type/messages.ExportedChatInvite
+++ b/data/corefork.telegram.org/type/messages.ExportedChatInvite
@@ -70,7 +70,7 @@
messages.exportedChatInvite
-
+Info about a chat invite
messages.exportedChatInviteReplaced
diff --git a/data/corefork.telegram.org/type/phone.ExportedGroupCallInvite b/data/corefork.telegram.org/type/phone.ExportedGroupCallInvite
index 23b60f7ce6..4c07420806 100644
--- a/data/corefork.telegram.org/type/phone.ExportedGroupCallInvite
+++ b/data/corefork.telegram.org/type/phone.ExportedGroupCallInvite
@@ -68,7 +68,7 @@
phone.exportedGroupCallInvite
-
+An invite to a group call or livestream
diff --git a/data/corefork.telegram.org/type/stickers.SuggestedShortName b/data/corefork.telegram.org/type/stickers.SuggestedShortName
index 7da3fe7d1f..b6be237691 100644
--- a/data/corefork.telegram.org/type/stickers.SuggestedShortName
+++ b/data/corefork.telegram.org/type/stickers.SuggestedShortName
@@ -68,7 +68,7 @@
stickers.suggestedShortName
-
+A suggested short name for a stickerpack