Type Alias WSCustomMessageUncheckedCreateWithoutWebhookInput

WSCustomMessageUncheckedCreateWithoutWebhookInput: {
    buttons?: WSMessageButtonUncheckedCreateNestedManyWithoutWsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: WSMessageEmbedUncheckedCreateNestedOneWithoutWsCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    whatnotStreamerId: string;
}