getChatNotificationSettingsExceptions - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


libtd-ktx / kotlinx.telegram.coroutines / getChatNotificationSettingsExceptions

getChatNotificationSettingsExceptions

suspend fun TelegramFlow.getChatNotificationSettingsExceptions(scope: NotificationSettingsScope?, compareSound: Boolean): Chats

Suspend function, which returns list of chats with non-default notification settings.

Parameters

scope - If specified, only chats from the specified scope will be returned.

compareSound - If true, also chats with non-default sound will be returned.

Return Chats Represents a list of chats.