@typed-discord/rest
    Preparing search index...

    Interface NewMemberActionResponse

    interface NewMemberActionResponse {
        action_type: NewMemberActionType;
        channel_id: `${bigint}`;
        description: string;
        emoji?: SettingsEmojiResponse;
        icon?: string;
        title: string;
    }
    Index

    Properties

    action_type: NewMemberActionType
    channel_id: `${bigint}`
    description: string
    icon?: string
    title: string