You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
<palign="center">A simple, but extensible Python implementation for the <ahref="https://core.telegram.org/bots/api">Telegram Bot API</a>.</p>
11
11
<palign="center">Both synchronous and asynchronous.</p>
12
12
13
-
## <palign="center">Supported Bot API version: <ahref="https://core.telegram.org/bots/api-changelog#july-31-2024"><imgsrc="https://img.shields.io/badge/Bot%20API-7.8-blue?logo=telegram"alt="Supported Bot API version"></a>
13
+
## <palign="center">Supported Bot API version: <ahref="https://core.telegram.org/bots/api#august-14-2024"><imgsrc="https://img.shields.io/badge/Bot%20API-7.9-blue?logo=telegram"alt="Supported Bot API version"></a>
Use this method to send paid media to channel chats. On success, the sent Message is returned.
3142
3143
@@ -3175,6 +3176,9 @@ def send_paid_media(
3175
3176
:param reply_markup: Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
3176
3177
:type reply_markup: :class:`telebot.types.InlineKeyboardMarkup` or :class:`telebot.types.ReplyKeyboardMarkup` or :class:`telebot.types.ReplyKeyboardRemove` or :class:`telebot.types.ForceReply`
3177
3178
3179
+
:param business_connection_id: Identifier of a business connection, in which the message will be sent
3180
+
:type business_connection_id: :obj:`str`
3181
+
3178
3182
:return: On success, the sent Message is returned.
Use this method to send paid media to channel chats. On success, the sent Message is returned.
4570
4570
@@ -4603,6 +4603,9 @@ async def send_paid_media(
4603
4603
:param reply_markup: Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user
4604
4604
:type reply_markup: :class:`telebot.types.InlineKeyboardMarkup` or :class:`telebot.types.ReplyKeyboardMarkup` or :class:`telebot.types.ReplyKeyboardRemove` or :class:`telebot.types.ForceReply`
4605
4605
4606
+
:param business_connection_id: Identifier of a business connection, in which the message will be sent
4607
+
:type business_connection_id: :obj:`str`
4608
+
4606
4609
:return: On success, the sent Message is returned.
0 commit comments