Fix create_forum_topic example

This commit is contained in:
KurimuzonAkuma 2024-04-05 00:38:21 +03:00
parent 5a6d4de9dd
commit 4d738a2f42

View File

@ -53,7 +53,7 @@ class CreateForumTopic:
Example:
.. code-block:: python
await app.create_forum_topic("Topic Title")
await app.create_forum_topic(chat_id=chat_id, title="Topic Title")
"""
r = await self.invoke(
raw.functions.channels.CreateForumTopic(