mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Fix InputPhoneContact docstring
This commit is contained in:
parent
4f2928e7b5
commit
df6e174b55
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ from ..object import Object
|
||||||
|
|
||||||
class InputPhoneContact(Object):
|
class InputPhoneContact(Object):
|
||||||
"""A Phone Contact to be added in your Telegram address book.
|
"""A Phone Contact to be added in your Telegram address book.
|
||||||
It is intended to be used with :meth:`~Client.add_contacts() <pyrogram.Client.add_contacts>`
|
It is intended to be used with :meth:`~pyrogram.Client.add_contacts()`
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
phone (``str``):
|
phone (``str``):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue