libtd-ktx / kotlinx.telegram.coroutines / addStickerToSet
addStickerToSet
suspend fun
TelegramFlow
.addStickerToSet(userId:
Int
, name:
String
?, sticker:
InputSticker
?):
StickerSet
Suspend function, which adds a new sticker to a set; for bots only. Returns the sticker set.
Parameters
userId
- Sticker set owner.
name
- Sticker set name.
sticker
- Sticker to add to the set.
Return StickerSet Represents a sticker set.