FileKtx.getAttachedStickerSets - libtd-ktx

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


libtd-ktx / kotlinx.telegram.extensions / FileKtx / getAttachedStickerSets

getAttachedStickerSets

open suspend fun File.getAttachedStickerSets(): StickerSets

Suspend function, which returns a list of sticker sets attached to a file. Currently only photos and videos can have attached sticker sets.

Return TdApi.StickerSets Represents a list of sticker sets.