| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
T.nilable(::String) | ➖ | Name or title of the conversation | Project Discussion |
participants |
T::Array<::String> | ➖ | List of participant user IDs in the conversation | [ "c28xIQ1", "c28xIQ2" ] |
private |
T.nilable(T.any(T::Boolean, Models::Shared::MessagingCreateConversationRequestDto2)) | ➖ | Whether the conversation is private | true |