From 9d4a9e65c5a4f72c7a2fb64c56c7312cf6b5ea74 Mon Sep 17 00:00:00 2001
From: GitHub Action 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. 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.
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 @@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 @@
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.