mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-17 21:22:40 +00:00
Add InputMessageContent docstrings
This commit is contained in:
parent
1ab17d8015
commit
ebfb64e139
@ -19,9 +19,13 @@
|
|||||||
|
|
||||||
class InputMessageContent:
|
class InputMessageContent:
|
||||||
"""This object represents the content of a message to be sent as a result of an inline query.
|
"""This object represents the content of a message to be sent as a result of an inline query.
|
||||||
Telegram clients currently support the following 4 types:
|
|
||||||
|
|
||||||
TODO: List types
|
Pyrogram currently supports the following 4 types:
|
||||||
|
|
||||||
|
- :obj:`InputTextMessageContent`
|
||||||
|
- :obj:`InputLocationMessageContent`
|
||||||
|
- :obj:`InputVenueMessageContent`
|
||||||
|
- :obj:`InputContactMessageContent`
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user