create New Regular Animated Sticker Set
suspend fun TelegramBot.createNewRegularAnimatedStickerSet( userId: UserId, name: String, title: String, sticker: FileId, emojis: String): Boolean
Content copied to clipboard
suspend fun TelegramBot.createNewRegularAnimatedStickerSet( userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String): Boolean
Content copied to clipboard
suspend fun TelegramBot.createNewRegularAnimatedStickerSet( user: CommonUser, name: String, title: String, sticker: FileId, emojis: String): Boolean
Content copied to clipboard
suspend fun TelegramBot.createNewRegularAnimatedStickerSet( user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String): Boolean
Content copied to clipboard