Voice channel includes data shared between voice channels and stage channels
flowchart LR
r([channel])
id{{id}}
bitrate{{bitrate}}
category[category]
created_at{{created_at}}
jump_url>jump_url]
mention>mention]
name>name]
nsfw{nsfw}
rtc_region>rtc_region]
type>type]
user_limit{{user_limit}}
click r callback "Root of structure."
click id callback "Channel id."
click bitrate callback "Bit rate of channel."
click category "https://docs.monni.fyi/en/simpukka/imports/discord/category" "Category of the channel"
click created_at callback "Creation time of channel."
click jump_url callback "Url which takes person to channel."
click mention callback "Mention for the channel."
click name callback "Name of the channel."
click nsfw callback "Wether the channel is marked as nsfw."
click rtc_region callback "Region of vc. None if automatic."
click type callback "Channel type."
click user_limit callback "Max number of users that can be in vc simultaneously."
r --- id
r --- bitrate
r --- category
r --- created_at
r --- jump_url
r --- name
r --- nsfw
r --- rtc_region
r --- mention
r --- type
r --- user_limit