nyxx/nyxx/lib/src/core/channel/guild/CategoryGuildChannel.dart

6 lines
191 B
Dart
Raw Normal View History

part of nyxx;
class CategoryGuildChannel extends GuildChannel {
CategoryGuildChannel._new(Nyxx client, Map<String, dynamic> raw, [Snowflake? guildId]): super._new(client, raw, guildId);
2021-02-09 01:37:01 +01:00
}