mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-23 23:34:28 +00:00
Fix parameter descriptions
This commit is contained in:
parent
7556d3e386
commit
04e0fc87fe
@ -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.
|
||||||
"""
|
"""
|
||||||
|
@ -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.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user