MTPyroger/pyrogram/client/methods/chats
2019-08-01 19:07:08 +02:00
..
__init__.py Add new methods: add_chat_members, create_* and delete_* chats 2019-07-21 23:08:30 +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 Add examples to all available methods 2019-07-25 11:22:14 +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
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 Add examples to all available methods 2019-07-25 11:22:14 +02:00
restrict_chat.py Add examples to all available methods 2019-07-25 11:22:14 +02:00
set_chat_description.py Add examples to all available methods 2019-07-25 11:22:14 +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