Skip to content

ChatContentObjectDto

← Chat DTO

One block of a chat message body, as POST Api/Message/AddMessage expects it.

Поля

ПолеТипОбязательноеОписание
contentTypeContentTypeDtoда
orderBynumberдаPosition of the block inside the message.
contentstringда

Пример

json
{
  "contentType": "<ContentTypeDto>",
  "orderBy": 0,
  "content": "string"
}