mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-30 13:57:54 +00:00
Tiny documentation fixes
This commit is contained in:
@@ -30,7 +30,7 @@ class CreateChannel(BaseClient):
|
||||
"""Create a new broadcast channel.
|
||||
|
||||
Parameters:
|
||||
title (``title``):
|
||||
title (``str``):
|
||||
The channel title.
|
||||
|
||||
description (``str``, *optional*):
|
||||
|
@@ -36,7 +36,7 @@ class CreateGroup(BaseClient):
|
||||
If you want to create a new supergroup, use :meth:`~pyrogram.Client.create_supergroup` instead.
|
||||
|
||||
Parameters:
|
||||
title (``title``):
|
||||
title (``str``):
|
||||
The group title.
|
||||
|
||||
users (``int`` | ``str`` | List of ``int`` or ``str``):
|
||||
|
@@ -34,7 +34,7 @@ class CreateSupergroup(BaseClient):
|
||||
If you want to create a new basic group, use :meth:`~pyrogram.Client.create_group` instead.
|
||||
|
||||
Parameters:
|
||||
title (``title``):
|
||||
title (``str``):
|
||||
The supergroup title.
|
||||
|
||||
description (``str``, *optional*):
|
||||
|
@@ -39,7 +39,7 @@ class IterDialogs(BaseClient):
|
||||
The offset date in Unix time taken from the top message of a :obj:`Dialog`.
|
||||
Defaults to 0 (most recent dialog).
|
||||
|
||||
limit (``str``, *optional*):
|
||||
limit (``int``, *optional*):
|
||||
Limits the number of dialogs to be retrieved.
|
||||
By default, no limit is applied and all dialogs are returned.
|
||||
|
||||
|
Reference in New Issue
Block a user