raw data
OptionalarchivedAt?: stringArchived at Format: date-time
OptionalarchivedBy?: stringArchived by
OptionalcategoryId?: numberCreated at Format: date-time
Created by
Group ID
Channel ID Format: uuid
OptionalmessageId?: stringMessage ID Format: uuid
OptionalparentId?: stringChannel ID Format: uuid
Optionalpriority?: numberPriority
The priority of the channel will determine its position relative to other categories in the group. The higher the value, the higher up it will be displayed in the UI. Returned values can be null, in which case sorting will be done by createdAt in ascending order. Due to legacy issues, sending a null value is not possible
OptionalrootId?: stringChannel ID Format: uuid
Server ID
Optionaltopic?: stringOptionalupdatedAt?: stringUpdated at Format: date-time
Optionalvisibility?: null | "private" | "public"What users can access the channel. Only applicable to server channels. If not present, this channel will respect normal permissions. public is accessible to everyone, even those who aren't of the server. private is only accessible to explicitly mentioned users. Currently, threads cannot be public and other channels cannot be private. Additionally, private threads can only exist with an associated messageId that is for a private message
client
App's client.
Item ID
Channel name
Channel type
Delete the channel.
StaticfromOptionalarchivedAt?: stringArchived at Format: date-time
OptionalarchivedBy?: stringArchived by
OptionalcategoryId?: numberCreated at Format: date-time
Created by
Group ID
Channel ID Format: uuid
OptionalmessageId?: stringMessage ID Format: uuid
OptionalparentId?: stringChannel ID Format: uuid
Optionalpriority?: numberPriority
The priority of the channel will determine its position relative to other categories in the group. The higher the value, the higher up it will be displayed in the UI. Returned values can be null, in which case sorting will be done by createdAt in ascending order. Due to legacy issues, sending a null value is not possible
OptionalrootId?: stringChannel ID Format: uuid
Server ID
Optionaltopic?: stringOptionalupdatedAt?: stringUpdated at Format: date-time
Optionalvisibility?: null | "private" | "public"What users can access the channel. Only applicable to server channels. If not present, this channel will respect normal permissions. public is accessible to everyone, even those who aren't of the server. private is only accessible to explicitly mentioned users. Currently, threads cannot be public and other channels cannot be private. Additionally, private threads can only exist with an associated messageId that is for a private message
Represents a channel.