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