getDialogsCount function

Future<int> getDialogsCount()

Implementation

Future<int> getDialogsCount() {
  return GetDialogsCountQuery().perform();
}