//[docs](../../index.md)/[dev.inmo.tgbotapi.requests.stickers](index.md)
# Package dev.inmo.tgbotapi.requests.stickers
## Types
| Name | Summary |
|---|---|
| [AddAnimatedStickerToSet](-add-animated-sticker-to-set/index.md)| [common]
Content
data class [AddAnimatedStickerToSet](-add-animated-sticker-to-set/index.md) : [StandardStickerSetAction](../dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/index.md)
|
| [AddStaticStickerToSet](-add-static-sticker-to-set/index.md)| [common]
Content
data class [AddStaticStickerToSet](-add-static-sticker-to-set/index.md) : [StandardStickerSetAction](../dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/index.md)
|
| [CreateNewAnimatedStickerSet](-create-new-animated-sticker-set/index.md)| [common]
Content
data class [CreateNewAnimatedStickerSet](-create-new-animated-sticker-set/index.md) : [StandardStickerSetAction](../dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/index.md)
|
| [CreateNewStaticStickerSet](-create-new-static-sticker-set/index.md)| [common]
Content
data class [CreateNewStaticStickerSet](-create-new-static-sticker-set/index.md) : [StandardStickerSetAction](../dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/index.md)
|
| [DeleteStickerFromSet](-delete-sticker-from-set/index.md)| [common]
Content
data class [DeleteStickerFromSet](-delete-sticker-from-set/index.md)(**sticker**: [FileId](../dev.inmo.tgbotapi.requests.abstracts/-file-id/index.md)) : [SimpleRequest](../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
|
| [SetStickerPositionInSet](-set-sticker-position-in-set/index.md)| [common]
Content
data class [SetStickerPositionInSet](-set-sticker-position-in-set/index.md)(**sticker**: [FileId](../dev.inmo.tgbotapi.requests.abstracts/-file-id/index.md), **position**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) : [SimpleRequest](../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
|
| [SetStickerSetThumb](-set-sticker-set-thumb/index.md)| [common]
Content
data class [SetStickerSetThumb](-set-sticker-set-thumb/index.md)(**userId**: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **name**: [StickerSetName](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FStickerSetName%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **thumb**: [FileId](../dev.inmo.tgbotapi.requests.abstracts/-file-id/index.md)?) : [StickerSetAction](../dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/index.md)
|
| [UploadStickerFile](-upload-sticker-file/index.md)| [common]
Content
data class [UploadStickerFile](-upload-sticker-file/index.md)(**userId**: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **sticker**: [MultipartFile](../dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.md)) : [MultipartRequest](../dev.inmo.tgbotapi.requests.abstracts/-multipart-request/index.md)<[File](../dev.inmo.tgbotapi.types.files/-file/index.md)>
|
## Functions
| Name | Summary |
|---|---|
| [AddAnimatedStickerToSet](-add-animated-sticker-to-set.md)| [common]
Content
fun [AddAnimatedStickerToSet](-add-animated-sticker-to-set.md)(userId: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), stickerSetName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), sticker: [InputFile](../dev.inmo.tgbotapi.requests.abstracts/-input-file/index.md), emojis: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), maskPosition: [MaskPosition](../dev.inmo.tgbotapi.types.stickers/-mask-position/index.md)? = null): [Request](../dev.inmo.tgbotapi.requests.abstracts/-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
|
| [AddStaticStickerToSet](-add-static-sticker-to-set.md)| [common]
Content
fun [AddStaticStickerToSet](-add-static-sticker-to-set.md)(userId: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), stickerSetName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), sticker: [InputFile](../dev.inmo.tgbotapi.requests.abstracts/-input-file/index.md), emojis: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), maskPosition: [MaskPosition](../dev.inmo.tgbotapi.types.stickers/-mask-position/index.md)? = null): [Request](../dev.inmo.tgbotapi.requests.abstracts/-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
|
| [CreateNewAnimatedStickerSet](-create-new-animated-sticker-set.md)| [common]
Content
fun [CreateNewAnimatedStickerSet](-create-new-animated-sticker-set.md)(userId: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), sticker: [InputFile](../dev.inmo.tgbotapi.requests.abstracts/-input-file/index.md), emojis: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), containsMasks: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, maskPosition: [MaskPosition](../dev.inmo.tgbotapi.types.stickers/-mask-position/index.md)? = null): [Request](../dev.inmo.tgbotapi.requests.abstracts/-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
|
| [CreateNewStaticStickerSet](-create-new-static-sticker-set.md)| [common]
Content
fun [CreateNewStaticStickerSet](-create-new-static-sticker-set.md)(userId: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), sticker: [InputFile](../dev.inmo.tgbotapi.requests.abstracts/-input-file/index.md), emojis: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), containsMasks: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, maskPosition: [MaskPosition](../dev.inmo.tgbotapi.types.stickers/-mask-position/index.md)? = null): [Request](../dev.inmo.tgbotapi.requests.abstracts/-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
|
| [CreateNewStickerSet](-create-new-sticker-set.md)| [common]
Content
fun [CreateNewStickerSet](-create-new-sticker-set.md)(userId: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), sticker: [InputFile](../dev.inmo.tgbotapi.requests.abstracts/-input-file/index.md), emojis: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), containsMasks: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, maskPosition: [MaskPosition](../dev.inmo.tgbotapi.types.stickers/-mask-position/index.md)? = null): [Request](../dev.inmo.tgbotapi.requests.abstracts/-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
|
| [SetStickerSetThumb](-set-sticker-set-thumb.md)| [common]
Content
fun [SetStickerSetThumb](-set-sticker-set-thumb.md)(userId: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), stickerSetName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), thumb: [MultipartFile](../dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.md)): [Request](../dev.inmo.tgbotapi.requests.abstracts/-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
|