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

    Interface WelcomeMessageResponse

    interface WelcomeMessageResponse {
        author_ids: `${bigint}`[];
        message: string;
    }
    Index

    Properties

    Properties

    author_ids: `${bigint}`[]
    message: string