Commit graph

1532 commits

Author SHA1 Message Date
Alex Root Junior
e666922811 Updated filters for new event types 2021-03-14 17:54:14 +02:00
Oleg A
a439f698f9 feat: add methods to register my_chat_member and chat_member handlers 2021-03-14 13:15:04 +03:00
Oleg A
79f20635c8 Added the type MessageAutoDeleteTimerChanged and the field message_auto_delete_timer_changed to the class Message 2021-03-11 09:22:53 +03:00
Oleg A
174a9c410b updated kick_chat_member shortcut for Chat 2021-03-11 09:15:32 +03:00
Oleg A
0db2461318 Added the parameter revoke_messages to the method kickChatMember 2021-03-11 09:12:24 +03:00
Oleg A
7d522690cc kick_chat_member refactored + docs update 2021-03-11 09:10:06 +03:00
Oleg A
87af60a16d Added can_manage_chat to the class ChatMember and parameter can_manage_chat to the method promoteChatMember 2021-03-11 09:04:45 +03:00
Oleg A
e60857c7b0 reordered ChatMembers params (no changes) 2021-03-11 09:02:08 +03:00
Oleg A
6329a0f9cc bowling dice support 2021-03-11 08:58:06 +03:00
Oleg A
db2fd9ed5b chat links shortcuts added 2021-03-10 18:53:51 +03:00
Oleg A
30192bf169 can_manage_voice_chats added 2021-03-10 18:45:14 +03:00
Oleg A
ce5d64eb6a added Message fields: voice_chat_started, voice_chat_ended, voice_chat_participants_invited 2021-03-10 18:42:40 +03:00
Oleg A
f5b265d614 Voice Chat types added 2021-03-10 18:35:29 +03:00
Oleg A
77c6813177 added methods createChatInviteLink, editChatInviteLink, revokeChatInviteLink 2021-03-10 18:14:08 +03:00
Oleg A
4c73585132 update types added 2021-03-10 17:46:20 +03:00
Oleg A
90c614a454 2.x version update 2021-03-10 17:17:48 +03:00
Oleg A
0f0234d9a9 added ChatInviteLink class 2021-03-10 17:15:44 +03:00
Oleg A
06ed407f50 added ChatMemberUpdated class 2021-03-10 17:15:35 +03:00
Oleg A
5adca3b1d3 version update 2021-03-10 17:00:49 +03:00
Alex Root Junior
75222b8af0 #516: Fix updating chat 2021-03-07 15:27:41 +02:00
evgfilim1
9de257efec
Merge pull request #497 from TrDex/dev-2.x
Add ability to `.answer_*` and `.reply_*` live location
2021-02-20 06:48:05 +05:00
evgfilim1
675bd1c53f
Merge pull request #504 from luck20yan/patch-1
Update examples/chat_type_filter.py
2021-02-20 06:46:43 +05:00
Yan Khachko
c625b7beb0
Update chat_type_filter.py 2021-02-09 15:31:46 +00:00
Yan Khachko
4701b852bd
Update chat_type_filter.py 2021-02-09 11:38:51 +00:00
Mykola Solodukha
cd5a772110 Logically order args 2021-01-23 19:04:30 +02:00
nacknime
adba85c4be
docs(install): typo "form" -> "from" (#498) 2021-01-22 09:49:46 +02:00
Mykola Solodukha
8656c6bc24 Fix args order in .reply_* and .answer_location() 2021-01-15 05:12:32 +02:00
Mykola Solodukha
ad4b215e71 Add ability to .answer_* and .reply_* live location 2021-01-15 05:07:14 +02:00
Felix Yan
1349554dfd
Update installation instruction for Arch (#490)
* Update installation instruction for Arch

The package is now available in the official repository.

* Add pacman command example

* Add an additional empty line
2021-01-12 22:31:08 +02:00
Oleg A
ee12911f24
pytest update; yield_fixture deprecation fix; event_loop removed (#479) 2021-01-10 20:53:59 +02:00
Ibraheem Asaad
4fb4d6cac1
fix return value of FSMContextProxy's setdefault (#405) (#491) 2021-01-10 20:52:50 +02:00
Felix Yan
d7b1bd2dae
Correct a typo in executor.py (#489) 2021-01-10 20:49:48 +02:00
OGURCHINSKIY
3440ab3c96
Add exception MessageIdInvalid (#474) 2020-12-05 15:28:56 +02:00
SvineruS
ca45b248a8
Fixed optionality of some properties, add vcard argument to InputContactMessageContent constructor (#473) 2020-12-05 15:28:34 +02:00
Oleg A
b3103183d7
#467 Uncommented attach_document and attach_audio MediaGroup methods (#468) 2020-11-18 02:06:59 +02:00
Forden
2cf6b22a69
Update message.py (#466)
Added DICE to ContentTypes
2020-11-15 20:19:08 +02:00
Oleg A
ae7b250e33
fixed: Cannot send playlist of audio files (#465)
* fixed: Cannot send playlist of audio files #464

* #463 removed document and audio from check

* #463 style fix
2020-11-13 21:58:00 +02:00
Oleg A
ee3b0954a3
Telegram API readme updated (#463) 2020-11-12 22:02:52 +02:00
Alex Root Junior
2d32dcf444 Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x 2020-11-10 09:57:49 +02:00
Alex Root Junior
f18f538b6f Hotfix: Default parse mode 2020-11-10 09:57:41 +02:00
Groosha
9c2c652df5
Added missing "supports_streaming" argument to answer_video method (#462) 2020-11-10 01:03:06 +02:00
Alex Root Junior
0158f99def Bump version 2020-11-10 00:40:05 +02:00
Oleg A
89e52ae18b
when entities are set, default parse_mode become disabled (#461)
* when entities are set, default parse_mode become disabled

* check entities is not None
2020-11-09 23:54:23 +02:00
Alex Root Junior
2bd6b63538 Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x 2020-11-09 11:39:31 +02:00
Alex Root Junior
7f448b4d8e Fix files URL template 2020-11-09 11:39:19 +02:00
Igor
44c1cc1f61
Add parameter supports_streaming to reply_video, remove redundant docstrings (#459) 2020-11-08 23:59:16 +02:00
Daniil Kovalenko
c6a43c89c4
Add missing parameter to promoteChatMember alias (#458)
is_anonymous exists in the full method but is missing in its shortcut.
2020-11-08 20:35:09 +02:00
Alex Root Junior
d0bfa8a13b Fix MessageEntity serialization for API calls #457 2020-11-08 18:58:06 +02:00
Alex Root Junior
b170bbc5f6 Fix tests 2020-11-08 17:57:02 +02:00
Alex Root Junior
9a27b79d40 Bump version 2020-11-08 17:54:22 +02:00