//[docs](../../index.md)/[dev.inmo.tgbotapi.requests.stickers](index.md)/[CreateNewAnimatedStickerSet](-create-new-animated-sticker-set.md) # CreateNewAnimatedStickerSet [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)>