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 @@ forum_topic flags.3?true -Whether this message was sent in a forum topic +Whether this message was sent in a forum topic (except for the General topic). reply_to_msg_id diff --git a/data/web/corefork.telegram.org/method/messages.getSearchCounters b/data/web/corefork.telegram.org/method/messages.getSearchCounters index fe3588714a..f46358d484 100644 --- a/data/web/corefork.telegram.org/method/messages.getSearchCounters +++ b/data/web/corefork.telegram.org/method/messages.getSearchCounters @@ -80,7 +80,7 @@ top_msg_id flags.0?int -If set, consider only messages within the specified message thread/forum topic +If set, consider only messages within the specified forum topic filters @@ -109,8 +109,8 @@

Related pages

-

Threads

-

Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.

+

Forums

+

Telegram allows creating forums with multiple distinct topics.

messages.search

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 @@ top_msg_id flags.0?int -If set, considers only messages within the specified message thread/forum topic +If set, considers only messages within the specified forum topic offset_id @@ -148,8 +148,8 @@

Related pages

-

Threads

-

Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.

+

Forums

+

Telegram allows creating forums with multiple distinct topics.

Pagination in the API

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 @@ top_msg_id flags.9?int -If set, the inline message that will be sent by the bot on behalf of the user once the web app interaction is terminated will be sent to the specified message thread/forum topic. +If set, the inline message that will be sent by the bot on behalf of the user once the web app interaction is terminated will be sent to the specified forum topic. send_as @@ -122,8 +122,8 @@

messages.requestWebView

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.

-

Threads

-

Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.

+

Forums

+

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 @@ top_msg_id flags.0?int -Mark as read only reactions to messages within the specified message thread/forum topic +Mark as read only reactions to messages within the specified forum topic @@ -105,8 +105,8 @@

Related pages

-

Threads

-

Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.

+

Forums

+

Telegram allows creating forums with multiple distinct topics.

Message reactions

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 @@ top_msg_id flags.9?int -If set, the inline message that will be sent by the bot on behalf of the user once the web app interaction is terminated will be sent to the specified message thread/forum topic +If set, the inline message that will be sent by the bot on behalf of the user once the web app interaction is terminated will be sent to the specified forum topic send_as @@ -142,8 +142,8 @@

Bots can offer users interactive HTML5 web apps to completely replace any website.

Deep links

Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.

-

Threads

-

Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.

+

Forums

+

Telegram allows creating forums with multiple distinct topics.

Web Apps for Bots

messages.prolongWebView

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 @@ top_msg_id flags.9?int -If set, sends the media to the specified message thread/forum topic +If set, sends the media to the specified forum topic media @@ -544,8 +544,8 @@

Related pages

Stickers

Telegram clients support displaying static and animated stickers.

-

Threads

-

Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.

+

Forums

+

Telegram allows creating forums with multiple distinct topics.

Styled text with message entities

How to create styled text with message entities

Scheduled messages

diff --git a/data/web/corefork.telegram.org/method/messages.sendMessage b/data/web/corefork.telegram.org/method/messages.sendMessage index f968499479..c7263c6c33 100644 --- a/data/web/corefork.telegram.org/method/messages.sendMessage +++ b/data/web/corefork.telegram.org/method/messages.sendMessage @@ -122,7 +122,7 @@ top_msg_id flags.9?int -If set, sends the message to the specified message thread/forum topic +If set, sends the message to the specified forum topic message @@ -389,8 +389,8 @@

Related pages

Stickers

Telegram clients support displaying static and animated stickers.

-

Threads

-

Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.

+

Forums

+

Telegram allows creating forums with multiple distinct topics.

Styled text with message entities

How to create styled text with message entities

Scheduled messages

diff --git a/data/web/corefork.telegram.org/method/messages.sendMultiMedia b/data/web/corefork.telegram.org/method/messages.sendMultiMedia index 0108fdf759..2ceab0e4aa 100644 --- a/data/web/corefork.telegram.org/method/messages.sendMultiMedia +++ b/data/web/corefork.telegram.org/method/messages.sendMultiMedia @@ -117,7 +117,7 @@ top_msg_id flags.9?int -If set, sends the media to the specified message thread/forum topic +If set, sends the media to the specified forum topic multi_media @@ -251,8 +251,8 @@

How to handle message drafts

Stickers

Telegram clients support displaying static and animated stickers.

-

Threads

-

Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.

+

Forums

+

Telegram allows creating forums with multiple distinct topics.

messages.uploadMedia

Upload a file and associate it to a chat (without actually sending it to the chat)

Uploading and Downloading Files

diff --git a/data/web/corefork.telegram.org/method/messages.unpinAllMessages b/data/web/corefork.telegram.org/method/messages.unpinAllMessages index 314735380e..ffa67902ed 100644 --- a/data/web/corefork.telegram.org/method/messages.unpinAllMessages +++ b/data/web/corefork.telegram.org/method/messages.unpinAllMessages @@ -81,7 +81,7 @@ top_msg_id flags.0?int -Message thread/forum topic where to unpin +Forum topic where to unpin @@ -111,8 +111,8 @@

Bots can use this method

Related pages

-

Threads

-

Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.

+

Forums

+

Telegram allows creating forums with multiple distinct topics.

Pinned messages

Telegram allows pinning multiple messages on top of a specific chat.