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

NameTypeDescription
attachmentsoption​<list​<objs-message-attachments-item>>
blocksoption​<blocks>
bot-idoption​<string>
bot-profileoption​<objs-bot-profile>
client-msg-idoption​<string>
commentoption​<objs-comment>
display-as-botoption​<bool>
fileoption​<objs-file>
filesoption​<list​<objs-file>>
iconsoption​<objs-message-icons>
inviteroption​<defs-user-id>
is-delayed-messageoption​<bool>
is-introoption​<bool>
is-starredoption​<bool>
last-readoption​<defs-ts>
latest-replyoption​<defs-ts>
nameoption​<string>
old-nameoption​<string>
parent-user-idoption​<defs-user-id>
permalinkoption​<string>
pinned-tooption​<list​<defs-channel>>
purposeoption​<string>
reactionsoption​<list​<objs-reaction>>
reply-countoption​<s32>
reply-usersoption​<list​<defs-user-id>>
reply-users-countoption​<s32>
source-teamoption​<defs-workspace-id>
subscribedoption​<bool>
subtypeoption​<string>
teamoption​<defs-workspace-id>
textstring
thread-tsoption​<defs-ts>
topicoption​<string>
tsdefs-ts
type-opstring
unread-countoption​<s32>
uploadoption​<bool>
useroption​<defs-user-id>
user-profileoption​<objs-user-profile-short>
user-teamoption​<defs-workspace-id>
usernameoption​<string>