removeRecentlyFoundChat - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / removeRecentlyFoundChat

removeRecentlyFoundChat

suspend fun TelegramFlow.removeRecentlyFoundChat(chatId: Long): Unit

Suspend function, which removes a chat from the list of recently found chats.

Parameters

chatId - Identifier of the chat to be removed.