feat(live-room): 라이브룸 채팅 삭제 기능 구현
This commit is contained in:
@@ -16,6 +16,7 @@ protocol LiveRoomChat {
|
||||
}
|
||||
|
||||
struct LiveRoomNormalChat: LiveRoomChat {
|
||||
let chatId: String
|
||||
let userId: Int
|
||||
let profileUrl: String
|
||||
let nickname: String
|
||||
@@ -37,6 +38,7 @@ struct LiveRoomDonationChat: LiveRoomChat {
|
||||
}
|
||||
|
||||
struct LiveRoomRouletteDonationChat: LiveRoomChat {
|
||||
let memberId: Int
|
||||
let profileUrl: String
|
||||
let nickname: String
|
||||
let rouletteResult: String
|
||||
|
||||
Reference in New Issue
Block a user