inboxState

abstract suspend fun inboxState(refreshFromNetwork: Boolean): FfiInboxState
  • Get the client's inbox state.

    • If refresh_from_network is true, the client will go to the network first to refresh the state.

    • Otherwise, the state will be read from the local database.