Type Alias KSCustomMessageCreateWithoutWebhookInput

KSCustomMessageCreateWithoutWebhookInput: {
    buttons?: KSMessageButtonCreateNestedManyWithoutKsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: KSMessageEmbedCreateNestedOneWithoutKsCustomMessageInput;
    kickStreamer?: KickStreamerCreateNestedOneWithoutCustomMessagesInput;
    type: StreamerMessageTypeEnum;
}