From 9d6bedd9438665ffd053b91ee374186e086627f6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 1 Mar 2022 20:29:15 +0000 Subject: [PATCH] Update content of files --- data/corefork.telegram.org/api/layers.html | 37 ++++ .../api/push-updates.html | 198 ++++++++++++++++++ 2 files changed, 235 insertions(+) diff --git a/data/corefork.telegram.org/api/layers.html b/data/corefork.telegram.org/api/layers.html index d704ec2d85..9636e8da5c 100644 --- a/data/corefork.telegram.org/api/layers.html +++ b/data/corefork.telegram.org/api/layers.html @@ -65,6 +65,43 @@ Layer…"> +

PUSH notification changes

+
New PUSH notifications
+

Schema

dialog#a8edd0f5 flags:# pinned:flags.2?true unread_mark:flags.3?true peer:Peer top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_mentions_count:int unread_reactions_count:int notify_settings:PeerNotifySettings pts:flags.0?int draft:flags.1?DraftMessage folder_id:flags.4?int = Dialog;
messageReactions#4f2b9479 flags:# min:flags.0?true can_see_list:flags.2?true results:Vector<ReactionCount> recent_reactions:flags.1?Vector<MessagePeerReaction> = MessageReactions; diff --git a/data/corefork.telegram.org/api/push-updates.html b/data/corefork.telegram.org/api/push-updates.html index 4e96c82bd4..477bf5a02f 100644 --- a/data/corefork.telegram.org/api/push-updates.html +++ b/data/corefork.telegram.org/api/push-updates.html @@ -486,6 +486,108 @@ chat_from_id: Message author identifier
chat_id: chat identifier
msg_id: ID of the message +CHAT_REACT_AUDIO +{1}: {3} to your voice message in {2} +1. User name
2. Group name
3. Reaction +  + + +CHAT_REACT_CONTACT +{1}: {3} to your contact {4} in {2} +1. User name
2. Group name
3. Reaction
4. Contact name +  + + +CHAT_REACT_DOC +{1}: {3} to your file in {2} +1. User name
2. Group name
3. Reaction +  + + +CHAT_REACT_GAME +{1}: {3} to your game in {2} +1. User name
2. Group name
3. Reaction +  + + +CHAT_REACT_GEO +{1}: {3} to your map in {2} +1. User name
2. Group name
3. Reaction +  + + +CHAT_REACT_GEOLIVE +{1}: {3} to your live location in {2} +1. User name
2. Group name
3. Reaction +  + + +CHAT_REACT_GIF +{1} is calling you! +1. +  + + +CHAT_REACT_INVOICE +{1}: {3} to your invoice in {2} +1. User name
2. Group name
3. Reaction +  + + +CHAT_REACT_NOTEXT +{1}: {3} to your message in {2} +1. User name
2. Group name
3. Reaction +  + + +CHAT_REACT_PHOTO +{1}: {3} to your photo in {2} +1. User name
2. Group name
3. Reaction +  + + +CHAT_REACT_POLL +{1}: {3} to your poll {4} in {2} +1. User name
2. Group name
3. Reaction
4. Poll name +  + + +CHAT_REACT_QUIZ +{1}: {3} to your quiz {4} in {2} +1. User name
2. Group name
3. Reaction
4. Quiz name +  + + +CHAT_REACT_ROUND +{1}: {3} to your video message in {2} +1. User name
2. Group name
3. Reaction +  + + +CHAT_REACT_STICKER +{1}: {3} to your {4} sticker in {2} +1. User name
2. Group name
3. Reaction
4. Sticker emoji +  + + +CHAT_REACT_TEXT +{1}: {3} in {2} to your "{4}" +1. User name
2. Group name
3. Reaction
4. Message body +  + + +CHAT_REACT_VIDEO +{1}: {3} to your video in {2} +1. User name
2. Group name
3. Reaction +  + + +CHAT_REQ_JOINED +{2} +{1} was accepted into the group +1. User name
2. Chat name + + CHAT_RETURNED {1} returned to the group {2} 1. Message author
2. Chat name @@ -929,6 +1031,102 @@ 1. User name
2. Group name attachb64: Base64-encoded version of the attached media
channel_id: For channels and supergroups, Channel/supergroup identifier
chat_from_id: Groups only, message author identifier
chat_id: For chats, Chat identifier
edit_date: When was the message last edited
from_id: For PMs, Author identifier
mention: Whether the user was mentioned in the message
msg_id: ID of the message
silent: Whether the message was posted silently (no notification should be issued) + +REACT_AUDIO +{1}: {2} to your voice message +1. User name
2. Reaction +  + + +REACT_CONTACT +{1}: {2} to your contact {3} +1. User name
2. Reaction
3. Contact name +  + + +REACT_DOC +{1}: {2} to your file +1. User name
2. Reaction +  + + +REACT_GAME +{1}: {2} to your game +1. User name
2. Reaction +  + + +REACT_GEO +{1}: {2} to your map +1. User name
2. Reaction +  + + +REACT_GEOLIVE +{1}: {2} to your live location +1. User name
2. Reaction +  + + +REACT_GIF +{1}: {2} to your GIF +1. User name
2. Reaction +  + + +REACT_INVOICE +{1}: {2} to your invoice +1. User name
2. Reaction +  + + +REACT_NOTEXT +{1}: {2} to your message +1. User name
2. Reaction +  + + +REACT_PHOTO +{1}: {2} to your photo +1. User name
2. Reaction +  + + +REACT_POLL +{1}: {2} to your poll {3} +1. User name
2. Reaction
3. Poll name +  + + +REACT_QUIZ +{1}: {2} to your quiz {3} +1. User name
2. Reaction
3. Quiz name +  + + +REACT_ROUND +{1}: {2} to your video message +1. User name
2. Reaction +  + + +REACT_STICKER +{1}: {2} to your {3} sticker +1. User name
2. Reaction
3. Sticker emoji +  + + +REACT_TEXT +{1}: {2} to your "{3}" +1. User name
2. Reaction
3. Message body +  + + +REACT_VIDEO +{1}: {2} to your video +1. User name
2. Reaction +  +