Table of Contents

Event ChannelPinsUpdated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired whenever a channel's pinned message list is updated. For this Event you need the Guilds intent specified in Intents

public event AsyncEventHandler<DiscordClient, ChannelPinsUpdateEventArgs> ChannelPinsUpdated

Returns

AsyncEventHandler<DiscordClient, ChannelPinsUpdateEventArgs>
Fired whenever a channel's pinned message list is updated. For this Event you need the intent specified in