Type alias RESTPatchAPIGuildWelcomeScreenJSONBody

RESTPatchAPIGuildWelcomeScreenJSONBody: Nullable<StrictPartial<APIGuildWelcomeScreen>> & {
    enabled?: boolean | null;
}

Type declaration

  • Optional enabled?: boolean | null

    Whether the welcome screen is enabled

Generated using TypeDoc