|
|
|
@ -4,7 +4,7 @@ public interface IChannel : IHasId
|
|
|
|
|
{
|
|
|
|
|
ChannelKind Kind { get; }
|
|
|
|
|
Snowflake GuildId { get; }
|
|
|
|
|
Snowflake ParentId { get; }
|
|
|
|
|
Snowflake? ParentId { get; }
|
|
|
|
|
string? ParentName { get; }
|
|
|
|
|
int? ParentPosition { get; }
|
|
|
|
|
string Name { get; }
|
|
|
|
@ -12,4 +12,4 @@ public interface IChannel : IHasId
|
|
|
|
|
string? IconUrl { get; }
|
|
|
|
|
string? Topic { get; }
|
|
|
|
|
Snowflake? LastMessageId { get; }
|
|
|
|
|
}
|
|
|
|
|
}
|