Type Alias WSCustomMessageUncheckedCreateWithoutEmbedInput

WSCustomMessageUncheckedCreateWithoutEmbedInput: {
    buttons?: WSMessageButtonUncheckedCreateNestedManyWithoutWsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: WSMessageWebhookUncheckedCreateNestedOneWithoutWsCustomMessageInput;
    whatnotStreamerId: string;
}