getAttachedStickerSets - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / getAttachedStickerSets

getAttachedStickerSets

suspend fun TelegramFlow.getAttachedStickerSets(fileId: Int): StickerSets

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

Parameters

fileId - File identifier.

Return StickerSets Represents a list of sticker sets.