Files
sodalive-ios/SodaLive/Sources/Explorer/Profile/ChannelDonation/PostChannelDonationRequest.swift

15 lines
276 B
Swift

//
// PostChannelDonationRequest.swift
// SodaLive
//
// Created by klaus on 2/25/26.
//
struct PostChannelDonationRequest: Encodable {
let creatorId: Int
let can: Int
var isSecret: Bool = false
var message: String = ""
var container: String = "ios"
}