Fixed client data #337 #1.1.0.rc3
This commit is contained in:
parent
4cea31fce5
commit
fe3d67eff5
@ -40,7 +40,7 @@ class ClientQuery(DataQueryWithHistoryABC):
|
||||
|
||||
@staticmethod
|
||||
def resolve_received_message_count(client: Client, *_):
|
||||
return client.received_command_count
|
||||
return client.received_message_count
|
||||
|
||||
@staticmethod
|
||||
def resolve_deleted_message_count(client: Client, *_):
|
||||
|
Loading…
Reference in New Issue
Block a user