You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property string $guild_id The guild (server) id.
28
-
* @property bool $enabled Whether Home is enabled for the guild.
29
-
* @property WelcomeMessage|null $welcome_message The welcome message settings.
30
-
* @property ExCollectionInterface<NewMemberAction>|NewMemberAction[] $new_member_actions The new member actions.
31
-
* @property ExCollectionInterface<ResourceChannel>|ResourceChannel[] $resource_channels The resource channels.
29
+
* @property string $guild_id The ID of the guild this new member welcome is for.
30
+
* @property bool $enabled Whether the new member welcome experience is enabled.
31
+
* @property WelcomeMessage|null $welcome_message Welcome message shown to new members of the guild.
32
+
* @property ExCollectionInterface<NewMemberAction>|NewMemberAction[] $new_member_actions Actions shown to new members of the guild (max 5).
33
+
* @property ExCollectionInterface<ResourceChannel>|ResourceChannel[] $resource_channels Read-only channels that provide resources for new members (max 7).
32
34
*
33
35
* @property-read Guild|null $guild The guild associated with the server guide.
0 commit comments