Skip to content

Commit 9e1c713

Browse files
committed
Add changelog entry for sending media by ID or URL
1 parent 4b85adb commit 9e1c713

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/changelog/0.5.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,18 @@ New features
3232
* New argument ``caption`` in :py:meth:`botogram.User.send_audio`
3333
* New argument ``caption`` in :py:meth:`botogram.User.send_file`
3434
* New argument ``caption`` in :py:meth:`botogram.User.send_voice`
35+
36+
* Added support for sending media by ID or URL
37+
38+
* New arguments ``file_id`` and ``url`` in :py:meth:`botogram.Chat.send_photo`
39+
* New arguments ``file_id`` and ``url`` in :py:meth:`botogram.User.send_photo`
40+
* New arguments ``file_id`` and ``url`` in :py:meth:`botogram.Chat.send_audio`
41+
* New arguments ``file_id`` and ``url`` in :py:meth:`botogram.User.send_audio`
42+
* New arguments ``file_id`` and ``url`` in :py:meth:`botogram.Chat.send_voice`
43+
* New arguments ``file_id`` and ``url`` in :py:meth:`botogram.User.send_voice`
44+
* New arguments ``file_id`` and ``url`` in :py:meth:`botogram.Chat.send_video`
45+
* New arguments ``file_id`` and ``url`` in :py:meth:`botogram.User.send_video`
46+
* New arguments ``file_id`` and ``url`` in :py:meth:`botogram.Chat.send_file`
47+
* New arguments ``file_id`` and ``url`` in :py:meth:`botogram.User.send_file`
48+
* New arguments ``file_id`` and ``url`` in :py:meth:`botogram.Chat.send_photo`
49+
* New arguments ``file_id`` and ``url`` in :py:meth:`botogram.User.send_photo`

0 commit comments

Comments
 (0)