MTPyroger/pyrogram/client/types
Dan 57be97566d Make delete_messages return False when it fails to delete
This is because there will be no exception raised, because Telegram
is not sending any RPCError when you try to delete a message you don't
have rights on to.
2019-04-14 22:34:05 +02:00
..
bots Refactor project and move errors namespace out from pyrogram.api 2019-03-25 11:23:45 +01:00
inline_mode Automatically cast inline result ids to string 2019-04-13 15:54:19 +02:00
input_media Refactor project and move errors namespace out from pyrogram.api 2019-03-25 11:23:45 +01:00
input_message_content Refactor project and move errors namespace out from pyrogram.api 2019-03-25 11:23:45 +01:00
messages_and_media Make delete_messages return False when it fails to delete 2019-04-14 22:34:05 +02:00
user_and_chats Refactor project and move errors namespace out from pyrogram.api 2019-03-25 11:23:45 +01:00
__init__.py Refactor project and move errors namespace out from pyrogram.api 2019-03-25 11:23:45 +01:00
pyrogram_type.py Add ability to forward messages as copies (#227) 2019-03-21 13:53:07 +01:00
update.py Add __slots__ to PyrogramType and Update types 2019-03-16 16:15:56 +01:00