We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bc0d0 commit c5876beCopy full SHA for c5876be
docs/changelog/0.5.rst
@@ -23,3 +23,12 @@ New features
23
* Added ability to override default i18n messages
24
25
* New attribute :py:attr:`botogram.Bot.override_i18n`
26
+
27
+* Added support for captions in audios, files and voices
28
29
+ * New argument ``caption`` in :py:meth:`botogram.Chat.send_audio`
30
+ * New argument ``caption`` in :py:meth:`botogram.Chat.send_file`
31
+ * New argument ``caption`` in :py:meth:`botogram.Chat.send_voice`
32
+ * New argument ``caption`` in :py:meth:`botogram.User.send_audio`
33
+ * New argument ``caption`` in :py:meth:`botogram.User.send_file`
34
+ * New argument ``caption`` in :py:meth:`botogram.User.send_voice`
0 commit comments