Class ChannelTypeExtensions
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Extension methods for ChannelType.
public static class ChannelTypeExtensions
- Inheritance
-
ChannelTypeExtensions
- Inherited Members
Methods
- IsActivityLaunchable(ChannelType)
Determines if the channel type supports activity launch.
- IsAll(ChannelType)
Determines if the channel type is any type. Not really useful, but here for completeness.
- IsAllDms(ChannelType)
Determines if the channel type is a DM.
- IsCallable(ChannelType)
Determines if the channel type is callable.
- IsContentEntryEmbeds(ChannelType)
Determines if the channel type supports content entry embeds.
- IsCreateableGuildChannels(ChannelType)
Determines if the channel type is a createable guild channel.
- IsGuild(ChannelType)
Determines if the channel type is a guild channel.
- IsGuildAutoModerated(ChannelType)
Determines if the channel type is guild auto moderated.
- IsGuildBasic(ChannelType)
Determines if the channel type is a guild basic channel.
- IsGuildFeedFeaturableMessages(ChannelType)
Determines if the channel type supports guild feed featurable messages.
- IsGuildParentable(ChannelType)
Determines if the channel type is a guild parentable channel.
- IsGuildStored(ChannelType)
Determines if the channel type is a guild stored channel.
- IsGuildSystemChannel(ChannelType)
Determines if the channel type is a guild system channel.
- IsGuildTextOnly(ChannelType)
Determines if the channel type is a guild text only channel.
- IsGuildTextual(ChannelType)
Determines if the channel type is a guild textual channel.
- IsGuildThreaded(ChannelType)
Determines if the channel type is a guild threaded channel.
- IsGuildThreadsOnly(ChannelType)
Determines if the channel type is guild threads only.
- IsGuildTopical(ChannelType)
Determines if the channel type is a guild topical channel.
- IsGuildUserContent(ChannelType)
Determines if the channel type supports guild user content.
- IsGuildVocal(ChannelType)
Determines if the channel type is a guild vocal channel.
- IsGuildWebhooks(ChannelType)
Determines if the channel type supports guild webhooks.
- IsIconEmojis(ChannelType)
Determines if the channel type supports icon emojis.
- IsInvitable(ChannelType)
Determines if the channel type is invitable.
- IsLimitedChannelName(ChannelType)
Determines if the channel type has a limited channel name.
- IsMultiUserDms(ChannelType)
Determines if the channel type is a multi-user DM.
- IsPolls(ChannelType)
Determines if the channel type supports polls.
- IsPublicThreads(ChannelType)
Determines if the channel type is a public thread.
- IsReadable(ChannelType)
Determines if the channel type is readable.
- IsRoleSubscriptions(ChannelType)
Determines if the channel type supports role subscriptions.
- IsSearchable(ChannelType)
Determines if the channel type is searchable.
- IsStickers(ChannelType)
Determines if the channel type supports stickers.
- IsSummarizeable(ChannelType)
Determines if the channel type is summarizeable.
- IsTextual(ChannelType)
Determines if the channel type is textual.
- IsThreads(ChannelType)
Determines if the channel type is a thread.
- IsVocal(ChannelType)
Determines if the channel type is vocal.
- IsVocalThread(ChannelType)
Determines if the channel type is a vocal thread.
- IsVoiceEffects(ChannelType)
Determines if the channel type supports voice effects.