Type Alias WSCustomMessageUncheckedCreateWithoutButtonsInput

WSCustomMessageUncheckedCreateWithoutButtonsInput: {
    content?: string | null;
    dbId?: string;
    embed?: WSMessageEmbedUncheckedCreateNestedOneWithoutWsCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: WSMessageWebhookUncheckedCreateNestedOneWithoutWsCustomMessageInput;
    whatnotStreamerId: string;
}