pyrofork/pyrogram/client/methods/chats
Dan 036a73997a Add new methods: add_chat_members, create_* and delete_* chats
- add_chat_members
- create_group
- create_channel
- create_supergroup
- delete_channel
- delete_supergroup
2019-07-21 23:08:30 +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 new methods: add_chat_members, create_* and delete_* chats 2019-07-21 23:08:30 +02:00
archive_chats.py Add archive_chats and unarchive_chats methods 2019-06-08 19:15:19 +02:00
create_channel.py Add new methods: add_chat_members, create_* and delete_* chats 2019-07-21 23:08:30 +02:00
create_group.py Add new methods: add_chat_members, create_* and delete_* chats 2019-07-21 23:08:30 +02:00
create_supergroup.py Add new methods: add_chat_members, create_* and delete_* chats 2019-07-21 23:08:30 +02:00
delete_channel.py Add new methods: add_chat_members, create_* and delete_* chats 2019-07-21 23:08:30 +02:00
delete_chat_photo.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
delete_supergroup.py Add new methods: add_chat_members, create_* and delete_* chats 2019-07-21 23:08:30 +02:00
export_chat_invite_link.py Fix export_chat_invite_link not working for bots on channels/supergroups 2019-07-04 21:00:22 +02:00
get_chat.py Remove get_chat_preview and have get_chat deal with ChatPreview objects 2019-05-17 13:18:24 +02:00
get_chat_member.py Remove ChatMembers type 2019-06-08 13:50:17 +02:00
get_chat_members.py Remove ChatMembers type 2019-06-08 13:50:17 +02:00
get_chat_members_count.py Reword some method return type docstrings 2019-05-17 13:44:44 +02:00
get_dialogs.py Remove Dialogs type 2019-06-08 14:00:00 +02:00
get_dialogs_count.py Fix dialogs after L100 update 2019-05-29 09:37:50 +02:00
iter_chat_members.py Remove ChatMembers type 2019-06-08 13:50:17 +02:00
iter_dialogs.py Remove Dialogs type 2019-06-08 14:00:00 +02:00
join_chat.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
kick_chat_member.py Reword some method return type docstrings 2019-05-17 13:44:44 +02:00
leave_chat.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
pin_chat_message.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
promote_chat_member.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
restrict_chat.py Fix restrict_chat and restrict_chat_member combined permissions 2019-07-11 01:32:18 +02:00
restrict_chat_member.py Fix restrict_chat and restrict_chat_member combined permissions 2019-07-11 01:32:18 +02:00
set_chat_description.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
set_chat_photo.py Refactor docstrings 2019-05-30 15:23:43 +02:00
set_chat_title.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
unarchive_chats.py Add archive_chats and unarchive_chats methods 2019-06-08 19:15:19 +02:00
unban_chat_member.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
unpin_chat_message.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
update_chat_username.py Refactor docstrings 2019-05-30 15:23:43 +02:00