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#november-17-2024"><imgsrc="https://img.shields.io/badge/Bot%20API-8.1-blue?logo=telegram"alt="Supported Bot API version"></a>
13
+
## <palign="center">Supported Bot API version: <ahref="https://core.telegram.org/bots/api#january-1-2025"><imgsrc="https://img.shields.io/badge/Bot%20API-8.2-blue?logo=telegram"alt="Supported Bot API version"></a>
:param user_id: Unique identifier of the target user
6291
+
:type user_id: :obj:`int`
6292
+
6293
+
:param custom_description: Custom description for the verification; 0-70 characters. Must be empty if the organization isn't allowed to provide a custom verification description.
:param chat_id: Unique identifier for the target chat or username of the target channel (in the format @channelusername)
6308
+
:type chat_id: :obj:`int` | :obj:`str`
6309
+
6310
+
:param custom_description: Custom description for the verification; 0-70 characters. Must be empty if the organization isn't allowed to provide a custom verification description.
:param user_id: Unique identifier of the target user
7747
+
:type user_id: :obj:`int`
7748
+
7749
+
:param custom_description: Custom description for the verification; 0-70 characters. Must be empty if the organization isn't allowed to provide a custom verification description.
:param chat_id: Unique identifier for the target chat or username of the target channel (in the format @channelusername)
7764
+
:type chat_id: :obj:`int` | :obj:`str`
7765
+
7766
+
:param custom_description: Custom description for the verification; 0-70 characters. Must be empty if the organization isn't allowed to provide a custom verification description.
0 commit comments