Record
objs-message
No description available.
record objs-message {
attachments: option<list<objs-message-attachments-item>>,
blocks: option<blocks>,
bot-id: option<string>,
bot-profile: option<objs-bot-profile>,
client-msg-id: option<string>,
comment: option<objs-comment>,
display-as-bot: option<bool>,
file: option<objs-file>,
files: option<list<objs-file>>,
icons: option<objs-message-icons>,
inviter: option<defs-user-id>,
is-delayed-message: option<bool>,
is-intro: option<bool>,
is-starred: option<bool>,
last-read: option<defs-ts>,
latest-reply: option<defs-ts>,
name: option<string>,
old-name: option<string>,
parent-user-id: option<defs-user-id>,
permalink: option<string>,
pinned-to: option<list<defs-channel>>,
purpose: option<string>,
reactions: option<list<objs-reaction>>,
reply-count: option<s32>,
reply-users: option<list<defs-user-id>>,
reply-users-count: option<s32>,
source-team: option<defs-workspace-id>,
subscribed: option<bool>,
subtype: option<string>,
team: option<defs-workspace-id>,
text: string,
thread-ts: option<defs-ts>,
topic: option<string>,
ts: defs-ts,
type-op: string,
unread-count: option<s32>,
upload: option<bool>,
user: option<defs-user-id>,
user-profile: option<objs-user-profile-short>,
user-team: option<defs-workspace-id>,
username: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| attachments | option<list<objs-message-attachments-item>> | |
| blocks | option<blocks> | |
| bot-id | option<string> | |
| bot-profile | option<objs-bot-profile> | |
| client-msg-id | option<string> | |
| comment | option<objs-comment> | |
| display-as-bot | option<bool> | |
| file | option<objs-file> | |
| files | option<list<objs-file>> | |
| icons | option<objs-message-icons> | |
| inviter | option<defs-user-id> | |
| is-delayed-message | option<bool> | |
| is-intro | option<bool> | |
| is-starred | option<bool> | |
| last-read | option<defs-ts> | |
| latest-reply | option<defs-ts> | |
| name | option<string> | |
| old-name | option<string> | |
| parent-user-id | option<defs-user-id> | |
| permalink | option<string> | |
| pinned-to | option<list<defs-channel>> | |
| purpose | option<string> | |
| reactions | option<list<objs-reaction>> | |
| reply-count | option<s32> | |
| reply-users | option<list<defs-user-id>> | |
| reply-users-count | option<s32> | |
| source-team | option<defs-workspace-id> | |
| subscribed | option<bool> | |
| subtype | option<string> | |
| team | option<defs-workspace-id> | |
| text | string | |
| thread-ts | option<defs-ts> | |
| topic | option<string> | |
| ts | defs-ts | |
| type-op | string | |
| unread-count | option<s32> | |
| upload | option<bool> | |
| user | option<defs-user-id> | |
| user-profile | option<objs-user-profile-short> | |
| user-team | option<defs-workspace-id> | |
| username | option<string> |