Show / Hide Table of Contents

Class NotificationMessageDto

Сообщение для NotificationService

Inheritance
object
NotificationMessageDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.Abstractions.DTOs
Assembly: NotifyHub.Abstractions.dll
Syntax
public class NotificationMessageDto

Properties

| Edit this page View Source

Description

Описание

Declaration
public required string Description { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Email

Почта пользователя, если потребуется отправка по почте

Declaration
public string? Email { get; init; }
Property Value
Type Description
string
| Edit this page View Source

Id

ID уведомления

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid
| Edit this page View Source

TelegramUserId

ID пользователя в Telegram

Declaration
public required long TelegramUserId { get; set; }
Property Value
Type Description
long
| Edit this page View Source

Title

Название

Declaration
public required string Title { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX