Record

objs-channel

No description available.

record objs-channel {
  accepted-user: option​<defs-user-id>,
  created: s32,
  creator: defs-user-id,
  id: defs-channel-id,
  is-archived: option​<bool>,
  is-channel: bool,
  is-frozen: option​<bool>,
  is-general: option​<bool>,
  is-member: option​<bool>,
  is-moved: option​<s32>,
  is-mpim: bool,
  is-non-threadable: option​<bool>,
  is-org-shared: bool,
  is-pending-ext-shared: option​<bool>,
  is-private: bool,
  is-read-only: option​<bool>,
  is-shared: bool,
  is-thread-only: option​<bool>,
  last-read: option​<defs-ts>,
  latest: option​<string>,
  members: list​<defs-user-id>,
  name: string,
  name-normalized: string,
  num-members: option​<s32>,
  pending-shared: option​<list​<defs-team>>,
  previous-names: option​<list​<defs-channel-name>>,
  priority: option​<f64>,
  purpose: objs-channel-purpose,
  topic: objs-channel-topic,
  unlinked: option​<s32>,
  unread-count: option​<s32>,
  unread-count-display: option​<s32>,
}

Fields

NameTypeDescription
accepted-useroption​<defs-user-id>
createds32
creatordefs-user-id
iddefs-channel-id
is-archivedoption​<bool>
is-channelbool
is-frozenoption​<bool>
is-generaloption​<bool>
is-memberoption​<bool>
is-movedoption​<s32>
is-mpimbool
is-non-threadableoption​<bool>
is-org-sharedbool
is-pending-ext-sharedoption​<bool>
is-privatebool
is-read-onlyoption​<bool>
is-sharedbool
is-thread-onlyoption​<bool>
last-readoption​<defs-ts>
latestoption​<string>
memberslist​<defs-user-id>
namestring
name-normalizedstring
num-membersoption​<s32>
pending-sharedoption​<list​<defs-team>>
previous-namesoption​<list​<defs-channel-name>>
priorityoption​<f64>
purposeobjs-channel-purpose
topicobjs-channel-topic
unlinkedoption​<s32>
unread-countoption​<s32>
unread-count-displayoption​<s32>