1using System.ComponentModel.DataAnnotations;
39 public string?
Tag {
get;
set; }
bool? IsUpdatesChannel
If the ChatChannel is an updates channel.
string? Tag
A custom tag users can define to group channels together.
bool? IsSystemChannel
If the ChatChannel received system messages.
bool? IsWatchdogChannel
If the ChatChannel is a watchdog channel.
bool? IsAdminChannel
If the ChatChannel is an admin channel.
Sanity limits to prevent users from overloading.
const int MaximumStringLength
Length limit for strings in fields.
@ Required
DMAPI validation must suceed for the deployment to succeed.