flowchart LR
text[(text)]
id{{id}}
position{{position}}
mention>mention]
jump_url>jump_url]
created_at{{created_at}}
overwrites[[overwrites]]
nsfw{nsfw}
type>type]
topic>topic]
default_auto_archive_duration>default_auto_archive_duration]
default_thread_slowmode_delay>default_thread_slowmode_delay]
is_news{is_news}
members_f[[members]]
threads_f[[threads]]
slowmode_delay{{slowmode_delay}}
send[[send]]
get_thread[[get_thread]]
click text callback "Root of text channel."
click id callback "Id of forum."
click position callback "Position of forum."
click jump_url callback "Url which opens forum."
click created_at callback "Unix timestamp of when forum was created."
click overwrites "https://docs.monni.fyi/en/simpukka/object/discord/overwrites"
click nswf callback "Wether forum is nswf or not."
click type callback "Channel type. In this case forum."
click id callback "Id of forum."
click topic callback "Topic of forum."
click default_auto_archive_duration callback "Default duration before thread/forum post is archived."
click default_thread_slowmode_delay callback "Default thread/forum post slowmode."
click is_news callback "Is news channel."
click members_f "https://docs.monni.fyi/en/simpukka/object/discord/member"
click threads_f "https://docs.monni.fyi/en/simpukka/object/discord/thread"
click slowmode_delay callback "Slowmode delay of forum"
click send callback "Sends message to a channel"
click slowmode_delay callback "Slowmode delay of forum"
click default_reaction_emoji "https://docs.monni.fyi/en/simpukka/object/discord/emoji"
click default_layout callback "Layout of the forum."
click available_tags callback "Returns all tags"
click get_tag callback "Get single tag with id."
click get_tag_args_tag_id callback "Tag id"
click get_thread callback "Get thread"
text --- id
text --- position
text --- mention
text --- jump_url
text --- created_at
text --- overwrites
text --- nsfw
text --- type
text --- slowmode_delay
text --- send
text --- default_reaction_emoji
text --- default_layout
text --- get_tag
text --- available_tags
text --- topic
text --- default_auto_archive_duration
text --- default_thread_slowmode_delay
text --- members_f
text --- threads_f
text --- is_news
text --- get_thread
Id of channel.
Position in the channel list.
Mention string of channel
Url to forum.
Unix timestamp on channel creation time.
Permisson overwrites for forum.
Whether channel is not safe for work.
Type of channel. Important when different types of channels can exist in same iterable.
Default time for thread post to be archived.
Default time for thread post slowmode.
Wether the channel is set as news channel.
Returns a list of members who can see the channel.
Returns a list of active threads.
Slowmode set for channel.
Send message to channel.
Gets thread by id.