Add MediaUpdateReceived.cs
This commit is contained in:
parent
4398e2670e
commit
c91c8e3cd2
@ -14,7 +14,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nocr.TelegramListener.AppSe
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nocr.TelegramListener.Host", "src\Nocr.TelegramListener.Host\Nocr.TelegramListener.Host.csproj", "{58D5C9FD-75A9-4FFB-9FBD-BE8E9FCE3016}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nocr.TelegramListener.Async.Api.Contracts", "Nocr.TelegramListener.Async.Api.Contracts\Nocr.TelegramListener.Async.Api.Contracts.csproj", "{536162CC-15E0-4589-A52A-30C0D08D2F4D}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "src\Nocr.TelegramListener.Async.Api.Contracts", "src\Nocr.TelegramListener.Async.Api.Contracts\Nocr.TelegramListener.Async.Api.Contracts.csproj", "{536162CC-15E0-4589-A52A-30C0D08D2F4D}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
||||
@ -0,0 +1,8 @@
|
||||
using Nocr.TelegramListener.Core.Events;
|
||||
|
||||
namespace Nocr.TelegramListener.Async.Api.Contracts.Events;
|
||||
|
||||
public sealed class MediaUpdateReceived : IEvent
|
||||
{
|
||||
public Guid Id { get; } = Guid.NewGuid();
|
||||
}
|
||||
@ -7,7 +7,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\src\Nocr.TelegramListener.Core\Nocr.TelegramListener.Core.csproj" />
|
||||
<ProjectReference Include="..\Nocr.TelegramListener.Core\Nocr.TelegramListener.Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Reference in New Issue
Block a user