From e779dbea6e0bd641345026944074ddea7b34250f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 24 Sep 2022 13:59:45 +0000 Subject: [PATCH] Update content of files --- data/web/corefork.telegram.org.html | 2 + data/web/corefork.telegram.org/api.html | 2 + .../api/emoji-status.html | 43 ++++++++--- .../web/corefork.telegram.org/api/errors.html | 2 +- .../web/corefork.telegram.org/api/layers.html | 76 +++++++++---------- .../corefork.telegram.org/api/stickers.html | 18 ++++- .../constructor/account.emojiStatuses | 4 +- .../account.emojiStatusesNotModified | 5 +- .../constructor/emojiStatus.html | 4 +- .../constructor/emojiStatusUntil.html | 4 +- .../inputStickerSetEmojiDefaultStatuses.html | 5 +- .../updateRecentEmojiStatuses.html | 5 +- .../constructor/updateStickerSets.html | 17 +++-- .../constructor/updateUserEmojiStatus.html | 5 +- .../constructor/user.html | 4 +- .../method/account.clearRecentEmojiStatuses | 4 +- .../method/account.getDefaultEmojiStatuses | 4 +- .../method/account.getRecentEmojiStatuses | 5 +- .../method/account.updateEmojiStatus | 5 +- .../method/messages.getRecentReactions | 1 - .../method/messages.getTopReactions | 1 - .../method/messages.reportReaction | 1 - .../method/messages.sendReaction | 2 +- data/web/corefork.telegram.org/methods.html | 32 ++++---- .../type/EmojiStatus.html | 5 +- .../type/SendAsPeer.html | 2 +- .../corefork.telegram.org/type/Update.html | 2 +- .../type/account.EmojiStatuses | 5 +- 28 files changed, 170 insertions(+), 95 deletions(-) diff --git a/data/web/corefork.telegram.org.html b/data/web/corefork.telegram.org.html index 1f02bc6d23..90b3886738 100644 --- a/data/web/corefork.telegram.org.html +++ b/data/web/corefork.telegram.org.html @@ -145,6 +145,8 @@ This allows the server to filter messages based on a text query, and even on the

Telegram allows sending polls and quizzes, that can be voted on by thousands, if not millions of users in chats and channels.

Reactions

Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.

+

Emoji status

+

Telegram allows users to set an emoticon or a custom emoji as status, to show next to their name in chats and profiles.

Invite links and join requests

Channels, basic groups and supergroups may have a public username or a private invite link: private invite links may be further enhanced with per-user join requests.

Admin, banned and default rights for channels, supergroups and groups

diff --git a/data/web/corefork.telegram.org/api.html b/data/web/corefork.telegram.org/api.html index 1f02bc6d23..90b3886738 100644 --- a/data/web/corefork.telegram.org/api.html +++ b/data/web/corefork.telegram.org/api.html @@ -145,6 +145,8 @@ This allows the server to filter messages based on a text query, and even on the

Telegram allows sending polls and quizzes, that can be voted on by thousands, if not millions of users in chats and channels.

Reactions

Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.

+

Emoji status

+

Telegram allows users to set an emoticon or a custom emoji as status, to show next to their name in chats and profiles.

Invite links and join requests

Channels, basic groups and supergroups may have a public username or a private invite link: private invite links may be further enhanced with per-user join requests.

Admin, banned and default rights for channels, supergroups and groups

diff --git a/data/web/corefork.telegram.org/api/emoji-status.html b/data/web/corefork.telegram.org/api/emoji-status.html index c6b828903b..af2d03ac4c 100644 --- a/data/web/corefork.telegram.org/api/emoji-status.html +++ b/data/web/corefork.telegram.org/api/emoji-status.html @@ -2,12 +2,12 @@ - Page not found + Emoji status - - + + - + @@ -39,10 +39,32 @@
- -

Page not found

+ +

Emoji status

-
The page has not been saved
+
+ +

Telegram allows users to set an emoticon or a custom emoji as status, to show next to their name in chats and profiles.

+
emojiStatusEmpty#2de11aae = EmojiStatus;
+emojiStatus#929b619d document_id:long = EmojiStatus;
+emojiStatusUntil#fa30a8c7 document_id:long until:int = EmojiStatus;
+
+user#5d99adee flags:# self:flags.10?true contact:flags.11?true mutual_contact:flags.12?true deleted:flags.13?true bot:flags.14?true bot_chat_history:flags.15?true bot_nochats:flags.16?true verified:flags.17?true restricted:flags.18?true min:flags.20?true bot_inline_geo:flags.21?true support:flags.23?true scam:flags.24?true apply_min_photo:flags.25?true fake:flags.26?true bot_attach_menu:flags.27?true premium:flags.28?true attach_menu_enabled:flags.29?true id:long access_hash:flags.0?long first_name:flags.1?string last_name:flags.2?string username:flags.3?string phone:flags.4?string photo:flags.5?UserProfilePhoto status:flags.6?UserStatus bot_info_version:flags.14?int restriction_reason:flags.18?Vector<RestrictionReason> bot_inline_placeholder:flags.19?string lang_code:flags.22?string emoji_status:flags.30?EmojiStatus = User;
+
+updateUserEmojiStatus#28373599 user_id:long emoji_status:EmojiStatus = Update;
+updateRecentEmojiStatuses#30f443db = Update;
+
+account.emojiStatusesNotModified#d08ce645 = account.EmojiStatuses;
+account.emojiStatuses#90c467d1 hash:long statuses:Vector<EmojiStatus> = account.EmojiStatuses;
+
+inputStickerSetEmojiDefaultStatuses#29d0f5ee = InputStickerSet;
+
+---functions---
+
+account.updateEmojiStatus#fbd3de6b emoji_status:EmojiStatus = Bool;
+account.getDefaultEmojiStatuses#d6753386 hash:long = account.EmojiStatuses;
+account.getRecentEmojiStatuses#0f578105 hash:long = account.EmojiStatuses;
+account.clearRecentEmojiStatuses#18201aae = Bool;
@@ -109,8 +131,11 @@
- - + + + diff --git a/data/web/corefork.telegram.org/api/errors.html b/data/web/corefork.telegram.org/api/errors.html index 5019530af9..f3beb0b2bb 100644 --- a/data/web/corefork.telegram.org/api/errors.html +++ b/data/web/corefork.telegram.org/api/errors.html @@ -49,7 +49,7 @@ An error is characterized by several parameters:

Error Type

A string literal in the form of /[A-Z_0-9]+/, which summarizes the problem. For example, AUTH_KEY_UNREGISTERED. This is an optional parameter.

Error Database

-

A full machine-readable JSON list of RPC errors that can be returned by all methods in the API can be found here », what follows is a description of its fields:

+

A full machine-readable JSON list of RPC errors that can be returned by all methods in the API can be found here », what follows is a description of its fields: