libtd-ktx / kotlinx.telegram.coroutines / removeNotificationGroup
removeNotificationGroup
suspend fun TelegramFlow.removeNotificationGroup(notificationGroupId: Int, 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
notificationGroupId - Notification group identifier.
maxNotificationId - The maximum identifier of removed notifications.