getRecentInlineBots - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / getRecentInlineBots

getRecentInlineBots

suspend fun TelegramFlow.getRecentInlineBots(): Users

Suspend function, which returns up to 20 recently used inline bots in the order of their last usage.

Return Users Represents a list of users.