11 lines
		
	
	
		
			163 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			163 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
//
 | 
						|
//  ChatRoomResetRequest.swift
 | 
						|
//  SodaLive
 | 
						|
//
 | 
						|
//  Created by klaus on 9/2/25.
 | 
						|
//
 | 
						|
 | 
						|
struct ChatRoomResetRequest: Encodable {
 | 
						|
    let container: String = "ios"
 | 
						|
}
 |