Browse Source

meta: xml update

pull/1923/head
quin lynch 4 years ago
parent
commit
7e5856024a
2 changed files with 38 additions and 0 deletions
  1. +35
    -0
      src/Discord.Net.Core/Discord.Net.Core.xml
  2. +3
    -0
      src/Discord.Net.WebSocket/Discord.Net.WebSocket.xml

+ 35
- 0
src/Discord.Net.Core/Discord.Net.Core.xml View File

@@ -7374,6 +7374,11 @@
Allows for using voice-activity-detection in a voice channel.
</summary>
</member>
<member name="F:Discord.ChannelPermission.PrioritySpeaker">
<summary>
Allows for using priority speaker in a voice channel.
</summary>
</member>
<member name="F:Discord.ChannelPermission.Stream">
<summary>
Allows video streaming in a voice channel.
@@ -7389,6 +7394,36 @@
Allows management and editing of webhooks.
</summary>
</member>
<member name="F:Discord.ChannelPermission.ManageEmojis">
<summary>
Allows management and editing of emojis.
</summary>
</member>
<member name="F:Discord.ChannelPermission.UseSlashCommands">
<summary>
Allows members to use slash commands in text channels.
</summary>
</member>
<member name="F:Discord.ChannelPermission.RequesToSpeak">
<summary>
Allows for requesting to speak in stage channels. (This permission is under active development and may be changed or removed.)
</summary>
</member>
<member name="F:Discord.ChannelPermission.ManageThreads">
<summary>
Allows for deleting and archiving threads, and viewing all private threads
</summary>
</member>
<member name="F:Discord.ChannelPermission.UsePublicThreads">
<summary>
Allows for creating and participating in threads
</summary>
</member>
<member name="F:Discord.ChannelPermission.UsePrivateThreads">
<summary>
Allows for creating and participating in private threads
</summary>
</member>
<member name="F:Discord.ChannelPermissions.None">
<summary> Gets a blank <see cref="T:Discord.ChannelPermissions"/> that grants no permissions. </summary>
<returns> A <see cref="T:Discord.ChannelPermissions"/> structure that does not contain any set permissions. </returns>


+ 3
- 0
src/Discord.Net.WebSocket/Discord.Net.WebSocket.xml View File

@@ -3248,6 +3248,9 @@
A collection of <see cref="T:Discord.WebSocket.SocketApplicationCommandOption"/>'s recieved over the gateway.
</summary>
</member>
<member name="P:Discord.WebSocket.SocketApplicationCommand.CreatedAt">
<inheritdoc/>
</member>
<member name="P:Discord.WebSocket.SocketApplicationCommand.Guild">
<summary>
The <see cref="T:Discord.WebSocket.SocketGuild"/> where this application was created.


Loading…
Cancel
Save