Method GetSettingsForAccountIdAsync
GetSettingsForAccountIdAsync(string)
For a given account id, returns the first found chat settings
public Task<ChatSettings?> GetSettingsForAccountIdAsync(string accountId)
Parameters
accountIdstringThe account id to search for
Returns
- Task<ChatSettings>
The chat settings for the account or null on error or non-existing