diff --git a/data/web/corefork.telegram.org/api/forum.html b/data/web/corefork.telegram.org/api/forum.html index 7bea570790..f97af0ab6d 100644 --- a/data/web/corefork.telegram.org/api/forum.html +++ b/data/web/corefork.telegram.org/api/forum.html @@ -74,15 +74,12 @@ forumTopic#71701da9 flags:# my:flags.1?true closed:flags.2?true pinned:flags.3?true short:flags.5?true hidden:flags.6?true id:int date:int title:string icon_color:int icon_emoji_id:flags.0?long top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_mentions_count:int unread_reactions_count:int from_id:Peer notify_settings:PeerNotifySettings draft:flags.4?DraftMessage = ForumTopic; messages.forumTopics#367617d3 flags:# order_by_create_date:flags.0?true count:int topics:Vector<ForumTopic> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> pts:int = messages.ForumTopics; + messageActionTopicCreate#0d999256 flags:# title:string icon_color:int icon_emoji_id:flags.0?long = MessageAction; messageActionTopicEdit#c0944820 flags:# title:flags.0?string icon_emoji_id:flags.1?long closed:flags.2?Bool hidden:flags.3?Bool = MessageAction; updateChannelPinnedTopic#192efbe3 flags:# pinned:flags.0?true channel_id:long topic_id:int = Update; -inputNotifyForumTopic#5c467992 peer:InputPeer top_msg_id:int = InputNotifyPeer; - -notifyForumTopic#226e6308 peer:Peer top_msg_id:int = NotifyPeer; - inputStickerSetEmojiDefaultTopicIcons#44c1f8e9 = InputStickerSet; ---functions--- diff --git a/data/web/corefork.telegram.org/constructor/messageReplyHeader.html b/data/web/corefork.telegram.org/constructor/messageReplyHeader.html index 0698e8b566..bee7050e1b 100644 --- a/data/web/corefork.telegram.org/constructor/messageReplyHeader.html +++ b/data/web/corefork.telegram.org/constructor/messageReplyHeader.html @@ -79,7 +79,7 @@
Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
+Telegram allows creating forums with multiple distinct topics.
Returns found messages
diff --git a/data/web/corefork.telegram.org/method/messages.getUnreadMentions b/data/web/corefork.telegram.org/method/messages.getUnreadMentions index 7f0bcb102e..a34ee86f05 100644 --- a/data/web/corefork.telegram.org/method/messages.getUnreadMentions +++ b/data/web/corefork.telegram.org/method/messages.getUnreadMentions @@ -84,7 +84,7 @@Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
+Telegram allows creating forums with multiple distinct topics.
How to fetch results from large lists of objects.
diff --git a/data/web/corefork.telegram.org/method/messages.prolongWebView b/data/web/corefork.telegram.org/method/messages.prolongWebView index c69ea161f8..05a411b5a3 100644 --- a/data/web/corefork.telegram.org/method/messages.prolongWebView +++ b/data/web/corefork.telegram.org/method/messages.prolongWebView @@ -103,7 +103,7 @@Open a bot web app, sending over user information after user confirmation.
After calling this method, until the user closes the webview, messages.prolongWebView must be called every 60 seconds.
-Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
+Telegram allows creating forums with multiple distinct topics.
diff --git a/data/web/corefork.telegram.org/method/messages.readReactions b/data/web/corefork.telegram.org/method/messages.readReactions index 4f83106709..1bc91869f7 100644 --- a/data/web/corefork.telegram.org/method/messages.readReactions +++ b/data/web/corefork.telegram.org/method/messages.readReactions @@ -81,7 +81,7 @@Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
+Telegram allows creating forums with multiple distinct topics.
Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.
diff --git a/data/web/corefork.telegram.org/method/messages.requestWebView b/data/web/corefork.telegram.org/method/messages.requestWebView index 5549902645..40e5ff9a73 100644 --- a/data/web/corefork.telegram.org/method/messages.requestWebView +++ b/data/web/corefork.telegram.org/method/messages.requestWebView @@ -122,7 +122,7 @@Bots can offer users interactive HTML5 web apps to completely replace any website.
Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.
-Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
+Telegram allows creating forums with multiple distinct topics.
Indicate to the server (from the user side) that the user is still using a web app.
diff --git a/data/web/corefork.telegram.org/method/messages.sendMedia b/data/web/corefork.telegram.org/method/messages.sendMedia index 4a0a98d705..a88d9b9e1b 100644 --- a/data/web/corefork.telegram.org/method/messages.sendMedia +++ b/data/web/corefork.telegram.org/method/messages.sendMedia @@ -117,7 +117,7 @@Telegram clients support displaying static and animated stickers.
-Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
+Telegram allows creating forums with multiple distinct topics.
How to create styled text with message entities
Telegram clients support displaying static and animated stickers.
-Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
+Telegram allows creating forums with multiple distinct topics.
How to create styled text with message entities
How to handle message drafts
Telegram clients support displaying static and animated stickers.
-Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
+Telegram allows creating forums with multiple distinct topics.
Upload a file and associate it to a chat (without actually sending it to the chat)
Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
+Telegram allows creating forums with multiple distinct topics.
Telegram allows pinning multiple messages on top of a specific chat.