getRecentStickers - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / getRecentStickers

getRecentStickers

suspend fun TelegramFlow.getRecentStickers(isAttached: Boolean): Stickers

Suspend function, which returns a list of recently used stickers.

Parameters

isAttached - Pass true to return stickers and masks that were recently attached to photos or video files; pass false to return recently sent stickers.

Return Stickers Represents a list of stickers.