Fix parameter descriptions

This commit is contained in:
KurimuzonAkuma 2024-02-29 14:45:31 +03:00
parent 7556d3e386
commit 04e0fc87fe
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ class Client(Methods):
Pass an instance of your own implementation of session storage engine. Pass an instance of your own implementation of session storage engine.
Useful when you want to store your session in databases like Mongo, Redis, etc. Useful when you want to store your session in databases like Mongo, Redis, etc.
init_connection_params (:obj:`~raw.base.JSONValue`, *optional*): init_connection_params (:obj:`~pyrogram.raw.base.JSONValue`, *optional*):
Additional initConnection parameters. Additional initConnection parameters.
For now, only the tz_offset field is supported, for specifying timezone offset in seconds. For now, only the tz_offset field is supported, for specifying timezone offset in seconds.
""" """

View File

@ -41,7 +41,7 @@ class GiftCode(Object):
You can combine it with `t.me/giftcode/{slug}` You can combine it with `t.me/giftcode/{slug}`
to get link for this gift. to get link for this gift.
mention (``str``, *property*): link (``str``, *property*):
Generate a link to this gift code. Generate a link to this gift code.
""" """