diff --git a/src/Infrastructure/BotSharp.Core.Crontab/BotSharp.Core.Crontab.csproj b/src/Infrastructure/BotSharp.Core.Crontab/BotSharp.Core.Crontab.csproj index 00f4856d..7e92ca1f 100644 --- a/src/Infrastructure/BotSharp.Core.Crontab/BotSharp.Core.Crontab.csproj +++ b/src/Infrastructure/BotSharp.Core.Crontab/BotSharp.Core.Crontab.csproj @@ -10,12 +10,6 @@ enable - - - - - - diff --git a/src/Infrastructure/BotSharp.OpenAPI/ViewModels/Conversations/Request/UpdateMessageModel.cs b/src/Infrastructure/BotSharp.OpenAPI/ViewModels/Conversations/Request/UpdateMessageModel.cs index 7653fb19..759faaf7 100644 --- a/src/Infrastructure/BotSharp.OpenAPI/ViewModels/Conversations/Request/UpdateMessageModel.cs +++ b/src/Infrastructure/BotSharp.OpenAPI/ViewModels/Conversations/Request/UpdateMessageModel.cs @@ -6,7 +6,7 @@ namespace BotSharp.OpenAPI.ViewModels.Conversations; public class UpdateMessageModel { [JsonPropertyName("message")] - public ChatResponseDto Message { get; set; } = null!; + public ChatResponseModel Message { get; set; } = null!; [JsonPropertyName("inner_index")] public int InnerIndex { get; set; }