Пример #1
0
 /// <summary>
 /// Unpins this message from the channel it was sent in.
 /// <para>Requires <see cref="DiscordPermission.ManageMessages"/>.</para>
 /// </summary>
 /// <exception cref="DiscordHttpApiException"></exception>
 public Task Unpin()
 {
     return(http.DeletePinnedChannelMessage(ChannelId, Id));
 }