mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Fix InputPhoneContact docstring
This commit is contained in:
parent
4f2928e7b5
commit
df6e174b55
@ -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 New Issue
Block a user