1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
Commit Graph

50 Commits

Author SHA1 Message Date
coder2020official
f297ad23c7 Added methods for topic management
Added the methods editGeneralForumTopic, closeGeneralForumTopic, reopenGeneralForumTopic, hideGeneralForumTopic, unhideGeneralForumTopic for managing the General topic in forums.
2022-12-30 20:19:50 +04:00
coder2020official
107f92314b icon_custom_emoji_id and name parameters made optional for edit_forum_topic
The parameters name and icon_custom_emoji_id of the method editForumTopic are now optional. If they are omitted, the existing values are kept.
2022-12-30 19:50:14 +04:00
coder2020official
4d11e97c25 has_spoiler parameter
Added the parameter has_spoiler to the methods sendPhoto, sendVideo, and sendAnimation.
2022-12-30 19:20:23 +04:00
_run
add240adfd
Update asyncio_helper.py 2022-12-14 12:41:30 +04:00
coder2020official
0846852ea1 Added all necessary parameters
Added the parameter message_thread_id to the methods sendMessage, sendPhoto, sendVideo, sendAnimation, sendAudio, sendDocument, sendSticker, sendVideoNote, sendVoice, sendLocation, sendVenue, sendContact, sendPoll, sendDice, sendInvoice, sendGame, sendMediaGroup, copyMessage, forwardMessage to support sending of messages to a forum topic.
2022-11-06 17:31:49 +04:00
coder2020official
4825624d48 Added docs to types, added new methods
Added the methods createForumTopic, editForumTopic, closeForumTopic, reopenForumTopic, deleteForumTopic, unpinAllForumTopicMessages, and getForumTopicIconStickers for forum topic management.
2022-11-06 15:43:16 +04:00
coder2020official
7958d0dca7 Added can_manage_topics for promotechatmember
Added the parameter can_manage_topics to the method promoteChatMember.
2022-11-06 15:04:41 +04:00
coder2020official
eb576d83fb Fixed a bug, made improvements in reload system
Didn't test that much, there is still some stuff to do
2022-09-30 23:22:21 +04:00
_run
d3080b6d4e
Merge branch 'master' into conflicts 2022-09-30 22:53:19 +04:00
coder2020official
4f97b26e81 Update asyncio_helper.py 2022-09-10 20:37:13 +04:00
coder2020official
0028feb4c5 Update asyncio_helper.py 2022-09-10 20:14:48 +04:00
coder2020official
da5084f53c Update asyncio_helper.py 2022-09-10 14:36:56 +04:00
coder2020official
2f8d878f06 Fixed difference between request_timeout and timeout.
getUpdates parameter may contain 2 parameters: request_timeout & timeout. other methods may contain timeout parameter that should be applied to ClientTimeout.
2022-09-10 14:34:56 +04:00
_run
b4c28de104
Update asyncio_helper.py 2022-09-07 20:44:39 +04:00
coder2020official
1b1d6c8239 Improved asyncio helper's logger 2022-08-30 21:26:56 +04:00
_run
d3cab9cdba Update asyncio_helper.py 2022-08-13 14:59:57 +05:00
_run
dd4073fd74 Fixes regarding contains_masks 2022-08-13 13:22:25 +05:00
_run
40698408c9 Bot API 6.2 2022-08-12 22:10:08 +05:00
_run
26db76f207 Fix backward comptability 2022-08-12 15:25:51 +05:00
_run
d03f3b2c52 Updated asyncio_helper to support InputFile and fixed unecessary methods 2022-08-01 14:09:44 +05:00
_run
49d3b463ed Fixes #1636 2022-07-18 14:01:14 +05:00
_run
147278733b Fix #1637 2022-07-18 13:47:14 +05:00
_run
ea1efad1ea Update asyncio_helper.py 2022-07-15 22:28:43 +05:00
_run
c920809fa9
Update asyncio_helper.py 2022-07-01 15:39:42 +05:00
_run
5939e754bb
Update asyncio_helper.py 2022-07-01 15:29:34 +05:00
coder2020official
7f9dac4147 Fix previous commit 2022-06-23 12:46:27 +05:00
coder2020official
1342cab259 Fix boolean parameters 2022-06-23 12:05:26 +05:00
coder2020official
7d931abe37 Added secret token and create_invoice_link for asynctelebot 2022-06-21 15:22:00 +05:00
e323w
b2662274f9 Fixed async long polling 2022-06-15 03:24:51 +04:00
coder2020official
8da749ee05 Remove ssl 2022-05-22 01:02:55 +05:00
coder2020official
ccc09ffaf3 Aiohttp client session management improvements. 2022-05-21 17:38:16 +05:00
coder2020official
9b959373db Fixed proxy for asynctelebot 2022-05-01 18:43:07 +05:00
Badiboy
b43b636ba0 Bugfix in answer_web_app_query 2022-04-24 11:33:19 +03:00
Badiboy
dd25432359 Bot API 6.0. Deprecation fixes 2022-04-23 15:03:54 +03:00
coder2020official
a1bf961fd2 Bump Bot API 6.0(Beta) 2022-04-17 16:39:09 +05:00
coder2020official
22b4e636e2 Road to release(1st part) 2022-04-16 00:13:14 +05:00
Igor Vaiman
625da4cdd9 missing await inserted 2022-03-27 18:32:05 +04:00
_run
71be20636a Bot API 5.7 2022-02-01 17:43:49 +04:00
_run
4e7652be7a Bot API 5.7 2022-02-01 14:47:42 +04:00
Badiboy
4166fb229e Code base cleanup 2022-01-24 22:38:35 +03:00
_run
a3cda2e0ff Updated sync and async. Fixes and new features. 2022-01-24 17:15:04 +04:00
Badiboy
2e6b6bda53 Additional bugfix
Additional bugfix
Plus protected methods removal
2022-01-10 16:40:33 +03:00
_run
ed6fb57cb5 Added protect_content parameter to all methods 2022-01-02 14:53:47 +04:00
_run
e7d0ec1f6c Fix asyncio_helper.py 2021-12-31 19:25:29 +04:00
_run
24a9491ec0 _make_request function edited 2021-12-25 16:04:29 +04:00
_run
555257a3fe Documentation Bug fixed 2021-12-08 14:00:39 +05:00
_run
038be81db3 5.5 2021-12-07 22:17:51 +05:00
_run
4f198bc6f5 Forgot to update file 2021-12-04 22:03:14 +05:00
_run
6770011dd7 Middleware support 2021-11-27 19:04:03 +05:00
_run
1f05b47ad6 Asynchronous Telebot 2021-11-20 15:47:55 +05:00