|
@@ -2,7 +2,9 @@ |
|
|
{ |
|
|
{ |
|
|
public static class ChannelTypes |
|
|
public static class ChannelTypes |
|
|
{ |
|
|
{ |
|
|
|
|
|
/// <summary> A text-only channel. </summary> |
|
|
public const string Text = "text"; |
|
|
public const string Text = "text"; |
|
|
|
|
|
/// <summary> A voice-only channel. </summary> |
|
|
public const string Voice = "voice"; |
|
|
public const string Voice = "voice"; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |