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

Functions

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