// // 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" }