MTPyroger/pyrogram/methods
Md. Hasibul Kabir e68da74e89
Further improve the session-switching mechanism for inline bots (#739)
* Ability to run multiple bot.

Global session creates a problem for other bot. As that session was generated for another bot can't be used by this bot.

* Use the existing media session lock

Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2021-08-29 10:49:47 +02:00
..
advanced Add support for in-memory uploads in send_media_group (#519) 2021-06-01 13:57:31 +02:00
auth Update copyright notice 2021-01-01 22:58:48 +01:00
bots Add new method set_bot_commands (#657) 2021-05-11 10:22:17 +02:00
chats Fix old non existing can_send_[sticker...] with can_send_other_messages (#746) 2021-08-29 08:38:32 +02:00
contacts Fix wrong example due to a method rename 2021-03-21 22:13:41 +01:00
decorators Allow stackable plugin decorators for on_chat_member_updated 2021-03-17 20:10:09 +01:00
invite_links Fix messed up method names 2021-03-21 22:42:16 +01:00
messages Further improve the session-switching mechanism for inline bots (#739) 2021-08-29 10:49:47 +02:00
password Update copyright notice 2021-01-01 22:58:48 +01:00
users Fix iter_profile_photos wrong hinted return type 2021-05-03 20:58:37 +02:00
utilities Show the signal name instead of the number 2021-04-15 12:04:43 +02:00
__init__.py Add support for the improved Invite Links (#639) 2021-03-17 12:40:36 +01:00