MTPyroger/pyrogram/client/methods/chats
2018-12-28 14:34:47 +01:00
..
__init__.py Add get_chat_preview method and ChatPreview object 2018-12-28 14:26:00 +01:00
delete_chat_photo.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
export_chat_invite_link.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
get_chat_member.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
get_chat_members_count.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
get_chat_members.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
get_chat_preview.py Add get_chat_preview method and ChatPreview object 2018-12-28 14:26:00 +01:00
get_chat.py Allow get_chat to work with chat invite links 2018-12-28 14:34:47 +01:00
get_dialogs.py Change get_dialogs behaviour 2018-12-27 23:56:45 +01:00
join_chat.py Allow get_chat to work with chat invite links 2018-12-28 14:34:47 +01:00
kick_chat_member.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
leave_chat.py Type hint all the remaining method parameters 2018-12-19 14:50:23 +01:00
pin_chat_message.py Pin/unpin_chat_message don't raise a ValueError anymore 2018-12-25 23:08:45 +01:00
promote_chat_member.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
restrict_chat_member.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
set_chat_description.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
set_chat_photo.py Add missing file_reference argument where applicable 2018-12-23 00:55:00 +01:00
set_chat_title.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
unban_chat_member.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
unpin_chat_message.py Pin/unpin_chat_message don't raise a ValueError anymore 2018-12-25 23:08:45 +01:00