Type Alias KSCustomMessageUncheckedCreateWithoutWebhookInput

KSCustomMessageUncheckedCreateWithoutWebhookInput: {
    buttons?: KSMessageButtonUncheckedCreateNestedManyWithoutKsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: KSMessageEmbedUncheckedCreateNestedOneWithoutKsCustomMessageInput;
    kickStreamerId: string;
    type: StreamerMessageTypeEnum;
}