diff --git a/pyrogram/methods/chats/set_chat_ttl.py b/pyrogram/methods/chats/set_chat_ttl.py index 2baeeb900e..77e7ce0397 100644 --- a/pyrogram/methods/chats/set_chat_ttl.py +++ b/pyrogram/methods/chats/set_chat_ttl.py @@ -31,6 +31,8 @@ async def set_chat_ttl( ) -> "types.Message": """Set the time-to-live for the chat. + .. include:: /_includes/usable-by/users.rst + Parameters: chat_id (``int`` | ``str``): Unique identifier (int) or username (str) of the target chat.