Hide/unhide message history for new channel/supergroup users
Method schema is available as of layer 72. Switch ยป
Name | Type | Description |
---|---|---|
channel | InputChannel | Channel/supergroup |
enabled | Bool | Hide/unhide |
Code | Type | Description |
---|---|---|
400 | CHANNEL_INVALID | The provided channel is invalid. |
400 | CHANNEL_PRIVATE | You haven't joined this channel/supergroup. |
400 | CHAT_ADMIN_REQUIRED | You must be an admin in this chat to do this. |
400 | CHAT_ID_INVALID | The provided chat id is invalid. |
400 | CHAT_LINK_EXISTS | The chat is public, you can't hide the history to new users. |
400 | CHAT_NOT_MODIFIED | No changes were made to chat information because the new information you passed is identical to the current information. |
400 | FORUM_ENABLED | You can't execute the specified action because the group is a forum, disable forum functionality to continue. |
Telegram allows creating forums with multiple distinct topics.