Type Alias WSCustomMessageCreateWithoutButtonsInput

WSCustomMessageCreateWithoutButtonsInput: {
    content?: string | null;
    dbId?: string;
    embed?: WSMessageEmbedCreateNestedOneWithoutWsCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: WSMessageWebhookCreateNestedOneWithoutWsCustomMessageInput;
    whatnotStreamer?: WhatnotStreamerCreateNestedOneWithoutCustomMessagesInput;
}