Skip to main content
Version: 6.0.4

SlackMessage

This page supports schema for Slack Datatype SlackMessage.

{
"properties": {
"app_id": {
"type": "string",
"x-label": {
"en": "app_id",
"ko": "app_id"
}
},
"bot_id": {
"type": "string",
"x-label": {
"en": "bot_id",
"ko": "bot_id"
}
},
"edited": {
"properties": {
"ts": {
"x-dataType": "SlackMessageTimestamp",
"x-dataTypeVersion": "0",
"x-label": {
"en": "edited timestamp",
"ko": "edited timestamp"
}
},
"user": {
"x-dataType": "SlackUser",
"x-dataTypeVersion": "0",
"x-label": {
"en": "user",
"ko": "user"
}
}
},
"type": "object",
"x-label": {
"en": "permalink",
"ko": "permalink"
}
},
"is_locked": {
"type": "boolean",
"x-label": {
"en": "is locked",
"ko": "is locked"
}
},
"latest_reply": {
"x-dataType": "SlackMessageTimestamp",
"x-dataTypeVersion": "0",
"x-label": {
"en": "latest reply timestamp",
"ko": "latest reply timestamp"
}
},
"permalink": {
"type": "string",
"x-label": {
"en": "permalink",
"ko": "permalink"
}
},
"pinned_to": {
"items": {
"x-dataType": "SlackChannel",
"x-dataTypeVersion": "0",
"x-label": {
"en": "channel",
"ko": "channel"
}
},
"type": "array",
"x-label": {
"en": "pinned channels",
"ko": "pinned channels"
}
},
"reactions": {
"items": {
"properties": {
"count": {
"type": "number",
"x-label": {
"en": "reaction count",
"ko": "reaction count"
}
},
"name": {
"x-dataType": "SlackReaction",
"x-dataTypeVersion": "0",
"x-label": {
"en": "reaction name",
"ko": "reaction name"
}
},
"users": {
"items": {
"x-dataType": "SlackUser",
"x-dataTypeVersion": "0",
"x-label": {
"en": "user",
"ko": "user"
}
},
"type": "array",
"x-label": {
"en": "reaction users",
"ko": "reaction users"
}
}
},
"type": "object",
"x-label": {
"en": "reaction",
"ko": "reaction"
}
},
"type": "array",
"x-label": {
"en": "reactions",
"ko": "reactions"
}
},
"reply_count": {
"type": "number",
"x-label": {
"en": "reply count",
"ko": "reply count"
}
},
"reply_users": {
"items": {
"x-dataType": "SlackUser",
"x-dataTypeVersion": "0",
"x-label": {
"en": "user",
"ko": "user"
}
},
"type": "array",
"x-label": {
"en": "reply users",
"ko": "reply users"
}
},
"reply_users_count": {
"type": "number",
"x-label": {
"en": "reply users count",
"ko": "reply users count"
}
},
"team": {
"type": "string",
"x-label": {
"en": "team",
"ko": "team"
}
},
"text": {
"type": "string",
"x-label": {
"en": "text",
"ko": "text"
}
},
"thread_ts": {
"x-dataType": "SlackMessageTimestamp",
"x-dataTypeVersion": "0",
"x-label": {
"en": "thread timestamp",
"ko": "thread timestamp"
}
},
"ts": {
"x-dataType": "SlackMessageTimestamp",
"x-dataTypeVersion": "0",
"x-label": {
"en": "timestamp",
"ko": "timestamp"
}
},
"type": {
"type": "string",
"x-label": {
"en": "type",
"ko": "type"
}
},
"user": {
"x-dataType": "SlackUser",
"x-dataTypeVersion": "0",
"x-label": {
"en": "user",
"ko": "user"
}
}
},
"required": [],
"type": "object"
}