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
When the channel was last archived.
ID of the member that archived the channel (if archived)
ID of the category the channel is in.
App's client.
When this channel was created.
ID of the member who created this channel.
Channel description
Timestamp at which this channel was last edited.
ID of the group the channel is in.
Guild ID
Item ID
Cached interactions.
If the channel is public, this boolean is set to true.
Cached messages.
Channel name
ID of the parent category.
Channel type
Channel visibility
Archive the channel
Create a message in this channel.
Message options.
Create Channel Role Permissions
ID of the target object (role or user) to assign the permission to.
Create options.
Warning: targetID must have the correct type (number=role, string=user).
A JSON object of Enums/Permissions with true, false or null values. Permission list can only contain relevant permissions for the channel type
Delete the channel.
Delete a message from this channel.
ID of the message to delete.
Delete an existing permission set on this channel.
ID of the target object (role or user) the permission is assigned to.
Warning: targetID must have the correct type (number=role, string=user).
Edit a message from this channel.
ID of the message to edit.
Message options.
Edit a channel permission.
ID of the target object (role or user) the permission is assigned to.
Edit options
Warning: targetID must have the correct type (number=role, string=user).
A JSON object of Enums/Permissions with true, false or null values. Permission list can only contain relevant permissions for the channel type
Restore the archived channel
Represents a guild channel where you can chat with others.