diff --git a/data/web/corefork.telegram.org/api/dice.html b/data/web/corefork.telegram.org/api/dice.html index 1e7e7f1933..d1c56ec40c 100644 --- a/data/web/corefork.telegram.org/api/dice.html +++ b/data/web/corefork.telegram.org/api/dice.html @@ -4,10 +4,10 @@ Dice - + - + diff --git a/data/web/corefork.telegram.org/api/discussion.html b/data/web/corefork.telegram.org/api/discussion.html index 36f5c3c089..c487931b18 100644 --- a/data/web/corefork.telegram.org/api/discussion.html +++ b/data/web/corefork.telegram.org/api/discussion.html @@ -4,10 +4,10 @@ Discussion groups - + - + @@ -84,7 +84,7 @@ Before linking a supergroup to a channel, access to the supergroup's old message channels.toggleJoinToSend#e4cb9580 channel:InputChannel enabled:Bool = Updates;

Admins may use channels.toggleJoinToSend to force users to join a discussion group before commenting.
-The channel.join_to_send flag will be set accordingly, and all attempts by non-members to send a message to the group will return a CHAT_GUEST_SEND_FORBIDDEN RPC error.

+The channel.join_to_send flag will be set accordingly, and all attempts by non-members to send a message to the group will return a CHAT_GUEST_SEND_FORBIDDEN RPC error.

diff --git a/data/web/corefork.telegram.org/api/emoji-status.html b/data/web/corefork.telegram.org/api/emoji-status.html index 779fb40dce..ecb1f36c67 100644 --- a/data/web/corefork.telegram.org/api/emoji-status.html +++ b/data/web/corefork.telegram.org/api/emoji-status.html @@ -4,10 +4,10 @@ Emoji status - + - + @@ -85,7 +85,7 @@ account.getDefaultEmojiStatuses#d6753386 hash:long = account.EmojiStatuses;

A set of standard statuses can be fetched by passing inputStickerSetEmojiDefaultStatuses to messages.getStickerSet, as specified in the stickerset documentation ยป.

-

account.getDefaultEmojiStatuses can also be used to get a list of featured emoji statuses, from multiple featured custom emoji stickersets.

+

account.getDefaultEmojiStatuses can also be used to get a list of featured emoji statuses, from multiple featured custom emoji stickersets.

diff --git a/data/web/corefork.telegram.org/api/recent-actions.html b/data/web/corefork.telegram.org/api/recent-actions.html index f9616aff62..6f78a7bfae 100644 --- a/data/web/corefork.telegram.org/api/recent-actions.html +++ b/data/web/corefork.telegram.org/api/recent-actions.html @@ -4,10 +4,10 @@ Admin log - + - + @@ -93,7 +93,7 @@ channels.getAdminLog#33ddf480 flags:# channel:InputChannel q:string events_filter:flags.0?ChannelAdminLogEventsFilter admins:flags.1?Vector<InputUser> max_id:long min_id:long limit:int = channels.AdminLogResults;

channels.getAdminLog can be used to list recent admin activity.
A channelAdminLogEventsFilter can be used to filter out actions of a certain type, and the admins field can be used to show only actions by certain admins.
-q can also be used to filter only logs matching a query string.

+q can also be used to filter only logs matching a query string.

diff --git a/data/web/corefork.telegram.org/api/threads.html b/data/web/corefork.telegram.org/api/threads.html index 705c41e117..383cd0d12a 100644 --- a/data/web/corefork.telegram.org/api/threads.html +++ b/data/web/corefork.telegram.org/api/threads.html @@ -4,10 +4,10 @@ Threads - + - + @@ -106,7 +106,7 @@ Its ID for main and testing endpoints can be seen in the +

Clients should display messages coming from @replies as a read-only supergroup, with each reply displayed as a separate message from the author of the reply, with a "View in chat" button like for channel comments.