Table of Contents

Method GetSettingsForAccountIdAsync

Namespace
Pillars.Chat.Services
Assembly
Pillars.dll

GetSettingsForAccountIdAsync(string)

For a given account id, returns the first found chat settings

public Task<ChatSettings?> GetSettingsForAccountIdAsync(string accountId)

Parameters

accountId string

The account id to search for

Returns

Task<ChatSettings>

The chat settings for the account or null on error or non-existing