addAnimatedStickerToSet

suspend fun TelegramBot.addAnimatedStickerToSet(    userId: UserId,     stickerSetName: String,     sticker: FileId,     emojis: String,     maskPosition: MaskPosition? = null): Boolean
suspend fun TelegramBot.addAnimatedStickerToSet(    userId: UserId,     stickerSetName: String,     sticker: MultipartFile,     emojis: String,     maskPosition: MaskPosition? = null): Boolean
suspend fun TelegramBot.addAnimatedStickerToSet(    user: CommonUser,     stickerSetName: String,     sticker: FileId,     emojis: String,     maskPosition: MaskPosition? = null): Boolean
suspend fun TelegramBot.addAnimatedStickerToSet(    user: CommonUser,     stickerSetName: String,     sticker: MultipartFile,     emojis: String,     maskPosition: MaskPosition? = null): Boolean
suspend fun TelegramBot.addAnimatedStickerToSet(    userId: UserId,     stickerSet: StickerSet,     sticker: FileId,     emojis: String,     maskPosition: MaskPosition? = null): Boolean
suspend fun TelegramBot.addAnimatedStickerToSet(    userId: UserId,     stickerSet: StickerSet,     sticker: MultipartFile,     emojis: String,     maskPosition: MaskPosition? = null): Boolean
suspend fun TelegramBot.addAnimatedStickerToSet(    user: CommonUser,     stickerSet: StickerSet,     sticker: FileId,     emojis: String,     maskPosition: MaskPosition? = null): Boolean
suspend fun TelegramBot.addAnimatedStickerToSet(    user: CommonUser,     stickerSet: StickerSet,     sticker: MultipartFile,     emojis: String,     maskPosition: MaskPosition? = null): Boolean