라이브 방
- 하트 후원 API 연결 - 하트 후원 성공시 하트 애니메이션 호출 - 하트 후원 성공시 채팅으로 알림
This commit is contained in:
11
SodaLive/Sources/Live/Room/V2/LiveRoomLikeHeartRequest.swift
Normal file
11
SodaLive/Sources/Live/Room/V2/LiveRoomLikeHeartRequest.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// LiveRoomLikeHeartRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 10/24/24.
|
||||
//
|
||||
|
||||
struct LiveRoomLikeHeartRequest: Encodable {
|
||||
let roomId: Int
|
||||
let container: String = "ios"
|
||||
}
|
Reference in New Issue
Block a user