Type Alias KSCustomMessageUncheckedCreateWithoutEmbedInput

KSCustomMessageUncheckedCreateWithoutEmbedInput: {
    buttons?: KSMessageButtonUncheckedCreateNestedManyWithoutKsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    kickStreamerId: string;
    type: StreamerMessageTypeEnum;
    webhook?: KSMessageWebhookUncheckedCreateNestedOneWithoutKsCustomMessageInput;
}