Update to layer 93

This commit is contained in:
Lonami Exo
2019-01-21 20:09:13 +01:00
parent 8f44364c6c
commit bb5c1f24c6
4 changed files with 69 additions and 27 deletions

View File

@@ -65,7 +65,8 @@ class ChatMethods(UserMethods):
if isinstance(filter, type):
if filter in (types.ChannelParticipantsBanned,
types.ChannelParticipantsKicked,
types.ChannelParticipantsSearch):
types.ChannelParticipantsSearch,
types.ChannelParticipantsContacts):
# These require a `q` parameter (support types for convenience)
filter = filter('')
else: