Type Alias WSCustomMessageUncheckedCreateWithoutWhatnotStreamerInput

WSCustomMessageUncheckedCreateWithoutWhatnotStreamerInput: {
    buttons?: WSMessageButtonUncheckedCreateNestedManyWithoutWsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: WSMessageEmbedUncheckedCreateNestedOneWithoutWsCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: WSMessageWebhookUncheckedCreateNestedOneWithoutWsCustomMessageInput;
}