@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
15 lines • 405 B
TypeScript
/**
* ```js
* import { getChatSettings } from '@amityco/ts-sdk-react-native'
* const chatSettings = await getChatSettings()
* ```
*
* Fetches a {@link Amity.ChatSettings} object
*
* @returns A Promise of {@link Amity.ChatSettings} object
*
* @category Client API
* @async
*/
export declare const getChatSettings: () => Promise<Amity.ChatSettings>;
//# sourceMappingURL=getChatSettings.d.ts.map