diff --git a/data/web/corefork.telegram.org/api/action-bar.html b/data/web/corefork.telegram.org/api/action-bar.html index 80599e1593..4f43b3797c 100644 --- a/data/web/corefork.telegram.org/api/action-bar.html +++ b/data/web/corefork.telegram.org/api/action-bar.html @@ -74,7 +74,7 @@
autoarchived
), an extra button can be shown to unarchive the chat as specified here » instead of reporting it.
need_contacts_exception
flag may also be set: if so, the add_phone_privacy_exception
flag must be set if the user clicks on the add contact button, invoking contacts.addContact. my_stories_from
flag). need_
This action bar, associated to a private or secret chat, offers the user a button to report the chat for spam using account.reportPeer and inputReportReasonSpam.
If the other user has an emoji status, then the bar should also show a notice, indicating that the emoji status is shown next to the user's name because they have purchased Telegram Premium (i.e. this is useful to avoid issues if the user uses an emoji status similar to a verified checkmark).
Condition: the peerSettings.report_spam
flag must be set, and the peerSettings.add_contact
, peerSettings.block_contact
flags must not be set.
-Additionally, if the chat was automatically archived », an extra button can be shown to unarchive the chat as specified here » instead of reporting it.
+Additionally, if the chat was automatically archived » (according to peerSettings.autoarchived
), an extra button can be shown to unarchive the chat as specified here » instead of reporting it.
Add contact
Schema:
---functions---