Packages@robojs/mock
MockForumChannelConfig
Interface: MockForumChannelConfig
Configuration for creating a mock forum channel
Properties
| Property | Type |
|---|---|
available_tags? | Omit<MockForumTag, "id">[] |
default_auto_archive_duration? | 60 | 1440 | 4320 | 10080 |
default_forum_layout? | ForumLayoutType |
default_reaction_emoji? | null | MockDefaultReaction |
default_sort_order? | null | ForumSortOrderType |
default_thread_rate_limit_per_user? | number |
guildId? | string |
id? | string |
name? | string |
parentId? | null | string |
template? | string |
topic? | string |
type? | 15 | 16 |
