NotificationGroupKtx.remove - libtd-ktx

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


libtd-ktx / kotlinx.telegram.extensions / NotificationGroupKtx / remove

remove

open suspend fun NotificationGroup.remove(maxNotificationId: Int): Unit

Suspend function, which removes a group of active notifications. Needs to be called only if the notification group is removed by the current user.

Parameters

maxNotificationId - The maximum identifier of removed notifications.