test #206

Merged
klaus merged 4 commits from test into main 2024-08-23 13:48:24 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3a1db0f595 - Show all commits

View File

@ -3,7 +3,7 @@ package kr.co.vividnext.sodalive.live.room.donation
data class LiveRoomDonationRequest( data class LiveRoomDonationRequest(
val roomId: Long, val roomId: Long,
val can: Int, val can: Int,
val isSecret: Boolean, val isSecret: Boolean = false,
val container: String, val container: String,
val message: String = "" val message: String = ""
) )