Class Channel
- Namespace
- EchoHub.Core.Models
- Assembly
- EchoHub.Core.dll
- Inheritance
-
Channel
- Inherited Members
-
Constructors
Channel()
Properties
CreatedAt
public DateTimeOffset CreatedAt { get; set; }
Property Value
- DateTimeOffset
CreatedByUserId
public Guid CreatedByUserId { get; set; }
Property Value
- Guid
EncryptionSalt
public string? EncryptionSalt { get; set; }
Property Value
- string
Id
public Guid Id { get; set; }
Property Value
- Guid
IsPublic
public bool IsPublic { get; set; }
Property Value
- bool
IsSystem
public bool IsSystem { get; set; }
Property Value
- bool
Messages
public List<Message> Messages { get; set; }
Property Value
- List<Message>
Name
public required string Name { get; set; }
Property Value
- string
PasswordHash
public string? PasswordHash { get; set; }
Property Value
- string
Topic
public string? Topic { get; set; }
Property Value
- string
WrappedRoomKey
public string? WrappedRoomKey { get; set; }
Property Value
- string