MTPyroger/pyrogram/client/methods/chats
2019-08-17 22:30:34 +02:00
..
__init__.py Add get_nearby_chats method 2019-08-17 22:23:34 +02:00
add_chat_members.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
archive_chats.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
create_channel.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
create_group.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
create_supergroup.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
delete_channel.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
delete_chat_photo.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
delete_supergroup.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
export_chat_invite_link.py Finally remove ports from older schemas and fix export_chat_invite_link 2019-08-03 19:40:45 +02:00
get_chat_member.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
get_chat_members_count.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
get_chat_members.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
get_chat.py Use the correct way to parse peer identifiers 2019-08-01 19:07:08 +02:00
get_dialogs_count.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
get_dialogs.py Use the correct way to parse peer identifiers 2019-08-01 19:07:08 +02:00
get_nearby_chats.py Fix IndexError when parsing empty nearby chats 2019-08-17 22:30:34 +02:00
iter_chat_members.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
iter_dialogs.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
join_chat.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
kick_chat_member.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
leave_chat.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
pin_chat_message.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
promote_chat_member.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
restrict_chat_member.py [Bot API 4.4] Update chat permissions 2019-08-03 19:30:32 +02:00
set_chat_description.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
set_chat_permissions.py [Bot API 4.4] Update chat permissions 2019-08-03 19:30:32 +02:00
set_chat_photo.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
set_chat_title.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
unarchive_chats.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
unban_chat_member.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
unpin_chat_message.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
update_chat_username.py Add examples to all available methods 2019-07-25 11:22:14 +02:00