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