ChatContentObjectDto
One block of a chat message body, as POST Api/Message/AddMessage expects it.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
contentType | ContentTypeDto | да | — |
orderBy | number | да | Position of the block inside the message. |
content | string | да | — |
Пример
json
{
"contentType": "<ContentTypeDto>",
"orderBy": 0,
"content": "string"
}