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

294 Commits

Author SHA1 Message Date
_run
667e82d073
Update telebot/types.py 2023-01-02 17:54:35 +04:00
coder2020official
eed56be596 Added fields has_hidden_members and has_aggressive_anti_spam_enabled to class Chat 2022-12-30 20:38:26 +04:00
coder2020official
a20a3ae321 topic events and write_access_allowed
Added the classes ForumTopicEdited, GeneralForumTopicHidden, GeneralForumTopicUnhidden, and WriteAccessAllowed and the fields forum_topic_edited, general_forum_topic_hidden, general_forum_topic_unhidden, and write_access_allowed to the class Message.
2022-12-30 20:07:38 +04:00
coder2020official
9f5d9861a4 Added the field has_media_spoiler to the class Message.
Added the field has_media_spoiler to the class Message.
2022-12-30 19:41:46 +04:00
coder2020official
4537b237c8 has_spoiler for types.py
Added the field has_spoiler to the classes InputMediaPhoto, InputMediaVideo, and InputMediaAnimation.
2022-12-30 19:27:38 +04:00
coder2020official
f0a1cefdda Added the field is_persistent to the class ReplyKeyboardMarkup
Added the field is_persistent to the class ReplyKeyboardMarkup, allowing to control when the keyboard is shown.
2022-12-30 19:08:37 +04:00
Badiboy
cd4dc899a1 Fix caption_entities miss in InputMediaXXX 2022-12-02 23:46:26 +03:00
_run
deb2099396
Update types.py 2022-11-22 18:36:15 +04:00
_run
15bd5f991a
Update types.py 2022-11-18 23:21:06 +04:00
_run
25571b581c
Update types.py 2022-11-18 23:12:03 +04:00
coder2020official
ae1845f285 Added active_usernames and emoji_status_custom_emoji_id 2022-11-06 17:38:01 +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
876d679765 Added ForumTopic class and fixed previous classes by fixing de_json method. 2022-11-06 15:14:19 +04:00
coder2020official
4e2ea90db3 Added field can_manage_topics
Added the field can_manage_topics to the classes ChatAdministratorRights, ChatPermissions, ChatMemberAdministrator, and ChatMemberRestricted.
2022-11-06 15:00:20 +04:00
coder2020official
566aef1679 Fix wrong typehint for previous commit 2022-11-06 14:49:13 +04:00
coder2020official
f288470b43 Added the classes ForumTopicCreated, ForumTopicClosed, and ForumTopicReopened and the fields forum_topic_created, forum_topic_closed, and forum_topic_reopened to the class Message. Note that service messages about forum topic creation can't be deleted with the deleteMessage method.
Added the classes ForumTopicCreated, ForumTopicClosed, and ForumTopicReopened and the fields forum_topic_created, forum_topic_closed, and forum_topic_reopened to the class Message. Note that service messages about forum topic creation can't be deleted with the deleteMessage method.
2022-11-06 01:04:33 +04:00
coder2020official
475394d241 Added message_thread_id & is_topic_message 2022-11-05 23:23:00 +04:00
coder2020official
76f06cacfe Fix typo 2022-11-05 23:15:10 +04:00
coder2020official
77738b2537 Added is_forum 2022-11-05 23:14:37 +04:00
_run
01be1fb583 Fixes #1650 2022-08-16 21:39:20 +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
c5a69944be Documentation improvements and file name fix 2022-08-12 14:33:24 +05:00
_run
65b353ffae Added InputFile 2022-08-01 12:40:43 +05:00
_run
51b2ec701d Removed unecessary methods from documentation(to_json, de_json, to_dict) 2022-07-26 16:27:15 +05:00
_run
3d7f334d79 Updated all docstrings for types(visual) 2022-07-26 16:16:35 +05:00
_run
b0e06253ff Completed docstrings for all files except types.py 2022-07-24 23:14:09 +05:00
Badiboy
78251cdf43 ChatMember type checking reordered 2022-07-04 22:41:01 +03:00
Badiboy
81cbddb8cd Added source data (json_string) to CallbackQuery 2022-07-04 22:36:42 +03:00
Badiboy
f3b1f97362 ChatMember is now typed
https://core.telegram.org/bots/api#chatmember
2022-07-03 23:33:55 +03:00
coder2020official
d7f34ae370 Fix the typo 2022-06-21 15:27:45 +05:00
coder2020official
f52124827f Added all new changes for types (is_premium, added_to_attachment_menu, and etc) 2022-06-21 15:21:35 +05:00
Badiboy
91b665ea94 Poll type parameter parse fix
Plus some typo
2022-05-15 00:59:35 +03:00
Badiboy
7e68721475 class File parse fix 2022-05-08 23:34:56 +03:00
Badiboy
e1dc6d7beb Mistake in ChatAdministratorRights 2022-04-24 23:41:08 +03:00
Badiboy
dd25432359 Bot API 6.0. Deprecation fixes 2022-04-23 15:03:54 +03:00
coder2020official
4812dcb02b Fix typo in types.py 2022-04-22 23:06:11 +05:00
coder2020official
a1bf961fd2 Bump Bot API 6.0(Beta) 2022-04-17 16:39:09 +05:00
coder2020official
a6477541c0 Documentation incorrect display is fixed now. 2022-03-19 13:49:36 +05:00
coder2020official
c8fb83c97c Fix documentation 2022-03-07 14:24:28 +05: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
_run
b71507387f Added spoiler 2022-01-02 14:12:15 +04:00
_run
038be81db3 5.5 2021-12-07 22:17:51 +05:00
Badiboy
9b99bb5f21 Update readme and typo 2021-11-08 18:51:42 +03:00
_run
ed6616e4c7 Bot API 5.4 2021-11-06 12:21:02 +05:00
_run
953e2286b8 Bot API 5.4 2021-11-06 12:15:28 +05:00
_run
06c8782127 Little update
Allowed other handlers, checked methods and other things
2021-11-05 23:22:03 +05:00
Badiboy
a28af3903d Bugfix with one_time_keyboard = False 2021-09-30 11:56:36 +03:00
Badiboy
2bc052ad5a Check and update for full compatibility to Bot API up to 5.3
Pre-release of 4.0.0
2021-08-18 23:27:28 +03:00