Type Alias KSCustomMessageUncheckedCreateWithoutKickStreamerInput

KSCustomMessageUncheckedCreateWithoutKickStreamerInput: {
    buttons?: KSMessageButtonUncheckedCreateNestedManyWithoutKsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: KSMessageEmbedUncheckedCreateNestedOneWithoutKsCustomMessageInput;
    type: StreamerMessageTypeEnum;
    webhook?: KSMessageWebhookUncheckedCreateNestedOneWithoutKsCustomMessageInput;
}