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

    Interface LobbyMessageResponse

    interface LobbyMessageResponse {
        application_id?: `${bigint}`;
        author: UserResponse;
        channel_id: `${bigint}`;
        content: string;
        flags: number;
        id: `${bigint}`;
        lobby_id: `${bigint}`;
        metadata?: { [key: string]: string };
        moderation_metadata?: { [key: string]: string };
        type: MessageType;
    }
    Index

    Properties

    application_id?: `${bigint}`
    author: UserResponse
    channel_id: `${bigint}`
    content: string
    flags: number
    id: `${bigint}`
    lobby_id: `${bigint}`
    metadata?: { [key: string]: string }
    moderation_metadata?: { [key: string]: string }