1.1.0.rc3 #343

Merged
edraft merged 5 commits from 1.1.0.rc3 into 1.1.0 2023-08-16 22:13:42 +02:00
Showing only changes of commit fe3d67eff5 - Show all commits

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