searchBackground - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / searchBackground

searchBackground

suspend fun TelegramFlow.searchBackground(name: String?): Background

Suspend function, which searches for a background by its name.

Parameters

name - The name of the background.

Return Background Describes a chat background.