Skip to content

Commit ebfb64e

Browse files
committed
Add InputMessageContent docstrings
1 parent 1ab17d8 commit ebfb64e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyrogram/client/types/input_media/input_message_content.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@
1919

2020
class InputMessageContent:
2121
"""This object represents the content of a message to be sent as a result of an inline query.
22-
Telegram clients currently support the following 4 types:
2322
24-
TODO: List types
23+
Pyrogram currently supports the following 4 types:
24+
25+
- :obj:`InputTextMessageContent`
26+
- :obj:`InputLocationMessageContent`
27+
- :obj:`InputVenueMessageContent`
28+
- :obj:`InputContactMessageContent`
2529
"""
2630

2731
def __init__(self):

0 commit comments

Comments
 (0)