Class NotificationMessageDto
Сообщение для NotificationService
Inherited Members
Namespace: NotifyHub.Abstractions.DTOs
Assembly: NotifyHub.Abstractions.dll
Syntax
public class NotificationMessageDto
Properties
| Edit this page View SourceDescription
Описание
Declaration
public required string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Почта пользователя, если потребуется отправка по почте
Declaration
public string? Email { get; init; }
Property Value
Type | Description |
---|---|
string |
Id
ID уведомления
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
TelegramUserId
ID пользователя в Telegram
Declaration
public required long TelegramUserId { get; set; }
Property Value
Type | Description |
---|---|
long |
Title
Название
Declaration
public required string Title { get; set; }
Property Value
Type | Description |
---|---|
string |