delete Sticker From Set
suspend fun TelegramBotApiClient.deleteStickerFromSet(requestBody: DeleteStickerFromSetRequest): TelegramResponse<Boolean>
Content copied to clipboard
Use this method to delete a sticker from a set created by the bot. Returns True on success.
suspend fun TelegramBotApiClient.deleteStickerFromSet(sticker: String): TelegramResponse<Boolean>
Content copied to clipboard
Use this method to delete a sticker from a set created by the bot. Returns True on success.
Parameters
sticker
File identifier of the sticker