Type Alias WSCustomMessageCreateWithoutEmbedInput

WSCustomMessageCreateWithoutEmbedInput: {
    buttons?: WSMessageButtonCreateNestedManyWithoutWsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: WSMessageWebhookCreateNestedOneWithoutWsCustomMessageInput;
    whatnotStreamer?: WhatnotStreamerCreateNestedOneWithoutCustomMessagesInput;
}