라이브 방 추가
This commit is contained in:
13
SodaLive/Sources/Live/Room/LiveRoomKickOutRequest.swift
Normal file
13
SodaLive/Sources/Live/Room/LiveRoomKickOutRequest.swift
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// LiveRoomKickOutRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/14.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct LiveRoomKickOutRequest: Encodable {
|
||||
let roomId: Int
|
||||
let userId: Int
|
||||
}
|
Reference in New Issue
Block a user