flowchart LR
stage[(stage)]
id{{id}}
click id callback "Id of stage channel."
stage --- id
position{{position}}
click position callback "position of the stage."
stage --- position
mention>mention]
click mention callback "Mention string of the stage."
stage --- mention
jump_url>jump_url]
click jump_url callback "Url to the channel."
stage --- jump_url
created_at{{created_at}}
click created_at callback "Unix timestamp of the channel creation"
stage --- created_at
overwrites[[overwrites]]
click overwrites "https://docs.monni.fyi/en/simpukka/object/discord/overwrites"
stage --- overwrites
nsfw{nsfw}
click nsfw callback "Wether channel is nswf"
stage --- nsfw
type>type]
click type callback "Channel type. In this case stage"
stage --- type
bitrate{{bitrate}}
click bitrate callback "Bitrate of the stage."
stage --- bitrate
user_limit{{user_limit}}
click user_limit callback "Hard limit on maximum number of users in stage at the same time."
stage --- user_limit
rtc_region>rtc_region]
click rtc_region callback "Voice chat region"
stage --- rtc_region
video_quality_mode>video_quality_mode]
click video_quality_mode callback "Set video quality of the stage channel."
stage --- video_quality_mode
slowmode_delay{{slowmode_delay}}
click slowmode_delay callback "Slowmode delay of stage channel"
stage --- slowmode_delay
send[[send]]
click send "https://docs.monni.fyi/en/simpukka/object/discord/channel_utils#send"
stage --- send
requesting_to_speak[[requesting_to_speak]]
click requesting_to_speak "https://docs.monni.fyi/en/simpukka/object/discord/member"
stage --- requesting_to_speak
speakers[[speakers]]
click speakers "https://docs.monni.fyi/en/simpukka/object/discord/member"
stage --- speakers
listeners[[listeners]]
click listeners "https://docs.monni.fyi/en/simpukka/object/discord/member"
stage --- listeners
moderators[[moderators]]
click moderators "https://docs.monni.fyi/en/simpukka/object/discord/member"
stage --- moderators
Id of stage channel.
position of the stage.
Mention string of the stage.
Url to the channel.
Unix timestamp of the channel creation
Gets overwrites
Wether channel is nswf
Channel type. In this case stage
Bitrate of the stage.
Hard limit on maximum number of users in stage at the same time.
Voice chat region
Set video quality of the stage channel.
Slowmode delay of stage channel
Send message to the stage channel.
People currently requesting to speak.
Current speakers of stage.
Current listeners of stage.
Current moderators of stage.