We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab17d8 commit ebfb64eCopy full SHA for ebfb64e
pyrogram/client/types/input_media/input_message_content.py
@@ -19,9 +19,13 @@
19
20
class InputMessageContent:
21
"""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:
23
24
- TODO: List types
+ Pyrogram currently supports the following 4 types:
+
25
+ - :obj:`InputTextMessageContent`
26
+ - :obj:`InputLocationMessageContent`
27
+ - :obj:`InputVenueMessageContent`
28
+ - :obj:`InputContactMessageContent`
29
"""
30
31
def __init__(self):
0 commit comments