getDialogOccupants function

Future<PagedResult<CubeUser>?> getDialogOccupants(
  1. String dialogId
)

Implementation

Future<PagedResult<CubeUser>?> getDialogOccupants(String dialogId) {
  return GetDialogOccupantsQuery(dialogId).perform();
}