CallReplacesContent
fun CallReplacesContent( @Json(name = "call_id") callId: String, @Json(name = "party_id") partyId: String? = null, @Json(name = "replacement_id") replacementId: String? = null, @Json(name = "target_room") targetRoomId: String? = null, @Json(name = "target_user") targetUser: CallReplacesContent.TargetUser? = null, @Json(name = "create_call") createCall: String? = null, @Json(name = "await_call") awaitCall: String? = null, @Json(name = "version") version: String?)
Content copied to clipboard