Method IsGuildWebhooks
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
IsGuildWebhooks(ChannelType)
Determines if the channel type supports guild webhooks.
public static bool IsGuildWebhooks(this ChannelType type)
Parameters
type
ChannelTypeThe channel type.
Returns
- bool
True if the channel type supports guild webhooks, otherwise false.