tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
ChatChannel.cs
Go to the documentation of this file.
1
using
System.ComponentModel.DataAnnotations;
2
3
using
Tgstation.Server.Api.Models.Internal
;
4
5
namespace
Tgstation.Server.Api.Models
6
{
10
public
class
ChatChannel
:
ChatChannelBase
11
{
17
[
Required
]
18
[StringLength(
Limits
.
MaximumIndexableStringLength
, MinimumLength = 1)]
19
public
string
?
ChannelData
{
get
;
set
; }
20
}
21
}
Tgstation.Server.Api.Models.ChatChannel
Indicates a chat channel.
Definition
ChatChannel.cs:11
Tgstation.Server.Api.Models.ChatChannel.ChannelData
string? ChannelData
The channel identifier. For ChatProvider.Irc, it's the IRC channel name and optional password colon s...
Definition
ChatChannel.cs:19
Tgstation.Server.Api.Models.Internal.ChatChannelBase
Base chat channel class.
Definition
ChatChannelBase.cs:9
Tgstation.Server.Api.Models.Limits
Sanity limits to prevent users from overloading.
Definition
Limits.cs:9
Tgstation.Server.Api.Models.Limits.MaximumIndexableStringLength
const int MaximumIndexableStringLength
Length limit for NamedEntity.Names.
Definition
Limits.cs:23
Tgstation.Server.Api.Models.Internal
Definition
ChatBotApiBase.cs:6
Tgstation.Server.Api.Models
Definition
ChatChannel.cs:6
Tgstation.Server.Api.Models.DMApiValidationMode.Required
@ Required
DMAPI validation must suceed for the deployment to succeed.
Generated by
1.9.8