Package dev.inmo.tgbotapi.extensions.api.chat.stickers

Functions

deleteChatStickerSet
Link copied to clipboard
common
suspend fun TelegramBot.deleteChatStickerSet(chatId: ChatIdentifier): Boolean
suspend fun TelegramBot.deleteChatStickerSet(chat: SupergroupChat): Boolean
setChatStickerSet
Link copied to clipboard
common
suspend fun TelegramBot.setChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName): Boolean
suspend fun TelegramBot.setChatStickerSet(chat: SupergroupChat, stickerSetName: StickerSetName): Boolean