NotificationGroupKtx.removeNotification - libtd-ktx

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


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

removeNotification

open suspend fun NotificationGroup.removeNotification(notificationId: Int): Unit

Suspend function, which removes an active notification from notification list. Needs to be called only if the notification is removed by the current user.

Parameters

notificationId - Identifier of removed notification.