ThirdPartyChatMessageItem
Сообщение в чат
type ThirdPartyChatMessageItem implements ChatMessageItem {
authorName: String
authorType: ChatMessageAuthorType!
createdAt: Instant!
externalVacancy: ExternalVacancyItem!
id: Long!
text: String!
}
Fields
ThirdPartyChatMessageItem.authorName ● String scalar
ThirdPartyChatMessageItem.authorType ● ChatMessageAuthorType! non-null enum
ThirdPartyChatMessageItem.createdAt ● Instant! non-null scalar
ThirdPartyChatMessageItem.externalVacancy ● ExternalVacancyItem! non-null interface
Внешняя публикация вакансии
ThirdPartyChatMessageItem.id ● Long! non-null scalar
ThirdPartyChatMessageItem.text ● String! non-null scalar
Interfaces
ChatMessageItem interface
Базовый класс сообщения чата