Skip to main content
Version: 7.0.0

MSTeamsChannelMessage

This page supports schema for Msteamsplus Datatype MSTeamsChannelMessage.

{
"properties": {
"@odata.context": {
"type": "string",
"x-label": {
"en": "OData Context URL",
"ko": "OData 컨텍스트 URL"
}
},
"attachments": {
"items": {
"type": "object"
},
"type": "array",
"x-label": {
"en": "Attachments",
"ko": "첨부 파일"
}
},
"body": {
"properties": {
"content": {
"type": "string",
"x-label": {
"en": "Content",
"ko": "내용"
}
},
"contentType": {
"type": "string",
"x-label": {
"en": "Content Type",
"ko": "내용 유형"
}
}
},
"type": "object",
"x-label": {
"en": "Body",
"ko": "본문"
}
},
"channelIdentity": {
"properties": {
"channelId": {
"type": "string",
"x-label": {
"en": "Channel ID",
"ko": "채널 ID"
}
},
"teamId": {
"type": "string",
"x-label": {
"en": "Team ID",
"ko": "팀 ID"
}
}
},
"type": "object",
"x-label": {
"en": "Channel Identity",
"ko": "채널 식별자"
}
},
"chatId": {
"type": "string",
"x-label": {
"en": "Chat ID",
"ko": "채팅 ID"
}
},
"createdDateTime": {
"type": "string",
"x-label": {
"en": "Created DateTime",
"ko": "생성 일시"
}
},
"deletedDateTime": {
"type": "string",
"x-label": {
"en": "Deleted DateTime",
"ko": "삭제 일시"
}
},
"etag": {
"type": "string",
"x-label": {
"en": "ETag",
"ko": "ETag"
}
},
"eventDetail": {
"type": "string",
"x-label": {
"en": "Event Detail",
"ko": "이벤트 상세"
}
},
"from": {
"properties": {
"application": {
"type": "string",
"x-label": {
"en": "Application",
"ko": "애플리케이션"
}
},
"device": {
"type": "string",
"x-label": {
"en": "Device",
"ko": "장치"
}
},
"user": {
"properties": {
"displayName": {
"type": "string",
"x-label": {
"en": "User Display Name",
"ko": "사용자 표시 이름"
}
},
"id": {
"type": "string",
"x-label": {
"en": "User ID",
"ko": "사용자 ID"
}
},
"tenantId": {
"type": "string",
"x-label": {
"en": "Tenant ID",
"ko": "테넌트 ID"
}
},
"userIdentityType": {
"type": "string",
"x-label": {
"en": "User Identity Type",
"ko": "사용자 ID 유형"
}
}
},
"type": "object",
"x-label": {
"en": "From User",
"ko": "발신자"
}
}
},
"type": "object",
"x-label": {
"en": "From",
"ko": "발신"
}
},
"id": {
"type": "string",
"x-label": {
"en": "Message ID",
"ko": "메시지 ID"
}
},
"importance": {
"type": "string",
"x-label": {
"en": "Importance",
"ko": "중요도"
}
},
"lastEditedDateTime": {
"type": "string",
"x-label": {
"en": "Last Edited DateTime",
"ko": "마지막 수정 일시"
}
},
"lastModifiedDateTime": {
"type": "string",
"x-label": {
"en": "Last Modified DateTime",
"ko": "마지막 수정 일시"
}
},
"locale": {
"type": "string",
"x-label": {
"en": "Locale",
"ko": "언어"
}
},
"mentions": {
"items": {
"type": "object"
},
"type": "array",
"x-label": {
"en": "Mentions",
"ko": "멘션"
}
},
"messageType": {
"type": "string",
"x-label": {
"en": "Message Type",
"ko": "메시지 유형"
}
},
"policyViolation": {
"type": "string",
"x-label": {
"en": "Policy Violation",
"ko": "정책 위반"
}
},
"reactions": {
"items": {
"type": "object"
},
"type": "array",
"x-label": {
"en": "Reactions",
"ko": "반응"
}
},
"replyToId": {
"type": "string",
"x-label": {
"en": "Reply To ID",
"ko": "응답 ID"
}
},
"subject": {
"type": "string",
"x-label": {
"en": "Subject",
"ko": "주제"
}
},
"summary": {
"type": "string",
"x-label": {
"en": "Summary",
"ko": "요약"
}
},
"webUrl": {
"type": "string",
"x-label": {
"en": "Web URL",
"ko": "웹 URL"
}
}
},
"type": "object"
}

Input Schema

{}