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
| Name | Type | Description |
|---|---|---|
| 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> |