We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc0fab commit 56f1a8cCopy full SHA for 56f1a8c
docs/source/api/methods.rst
@@ -48,6 +48,7 @@ Messages
48
- :meth:`~Client.send_audio`
49
- :meth:`~Client.send_document`
50
- :meth:`~Client.send_sticker`
51
+ - :meth:`~Client.send_animated_sticker`
52
- :meth:`~Client.send_video`
53
- :meth:`~Client.send_animation`
54
- :meth:`~Client.send_voice`
@@ -180,6 +181,7 @@ Details
180
181
.. automethod:: Client.send_audio()
182
.. automethod:: Client.send_document()
183
.. automethod:: Client.send_sticker()
184
+.. automethod:: Client.send_animated_sticker()
185
.. automethod:: Client.send_video()
186
.. automethod:: Client.send_animation()
187
.. automethod:: Client.send_voice()
0 commit comments