Fixed client data #337 #1.1.0.rc3

This commit is contained in:
Sven Heidemann 2023-08-16 21:23:03 +02:00
parent 4cea31fce5
commit fe3d67eff5

View File

@ -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, *_):