Method ModifyEmbedSuppressionAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
ModifyEmbedSuppressionAsync(ulong, ulong, bool)
Modifies the visibility of embeds in a message.
public Task ModifyEmbedSuppressionAsync(ulong channelId, ulong messageId, bool hideEmbeds)
Parameters
channelId
ulongChannel ID
messageId
ulongMessage ID
hideEmbeds
boolWhether to hide all embeds.
Returns
- Task