//[docs](../../index.md)/[dev.inmo.tgbotapi.requests.chat.stickers](index.md)
# Package dev.inmo.tgbotapi.requests.chat.stickers
## Types
| Name | Summary |
|---|---|
| [DeleteChatStickerSet](-delete-chat-sticker-set/index.md)| [common]
Content
data class [DeleteChatStickerSet](-delete-chat-sticker-set/index.md)(**chatId**: [ChatIdentifier](../dev.inmo.tgbotapi.types/-chat-identifier/index.md)) : [ChatRequest](../dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.md), [SimpleRequest](../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
|
| [SetChatStickerSet](-set-chat-sticker-set/index.md)| [common]
Content
data class [SetChatStickerSet](-set-chat-sticker-set/index.md)(**chatId**: [ChatIdentifier](../dev.inmo.tgbotapi.types/-chat-identifier/index.md), **stickerSetName**: [StickerSetName](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FStickerSetName%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)) : [ChatRequest](../dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.md), [SimpleRequest](../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
|