Description Usage Slots Disclaimer
View source: R/model_channel.r
A Class which represents a channel object
1 |
idthe id of this channel
typethe type of channel
guild_idthe id of the guild
positionsorting position of the channel
permission_overwritesexplicit permission overwrites for members and roles
namethe name of the channel (2-100 characters)
topicthe channel topic (0-1024 characters)
nsfwwhether the channel is nsfw
last_message_idthe id of the last message sent in this channel (may not point to an existing or valid message)
bitratethe bitrate (in bits) of the voice channel
user_limitthe user limit of the voice channel
rate_limit_per_useramount of seconds a user has to wait before sending another message
recipientsthe recipients of the DM
iconicon hash
owner_idid of the DM creator
application_idapplication id of the group DM creator if it is bot-created
parent_idid of the parent category for a channel
last_pin_timestampwhen the last pinned message was pinned
Pirate's channel object won't be separated to types! see https://discordapp.com/developers/docs/resources/channel#channel-object-channel-types to be able differentiate. also, because of that, many fields are subject of being NULL accordingly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.