setSupergroupStickerSet - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / setSupergroupStickerSet

setSupergroupStickerSet

suspend fun TelegramFlow.setSupergroupStickerSet(supergroupId: Int, stickerSetId: Long): Unit

Suspend function, which changes the sticker set of a supergroup; requires canChangeInfo rights.

Parameters

supergroupId - Identifier of the supergroup.

stickerSetId - New value of the supergroup sticker set identifier. Use 0 to remove the supergroup sticker set.