|
@@ -131,6 +131,16 @@ |
|
|
A URL pointing to the guild's icon. |
|
|
A URL pointing to the guild's icon. |
|
|
</returns> |
|
|
</returns> |
|
|
</member> |
|
|
</member> |
|
|
|
|
|
<member name="M:Discord.CDN.GetGuildRoleIconUrl(System.UInt64,System.String)"> |
|
|
|
|
|
<summary> |
|
|
|
|
|
Returns a guild role's icon URL. |
|
|
|
|
|
</summary> |
|
|
|
|
|
<param name="roleId">The role identifier.</param> |
|
|
|
|
|
<param name="roleHash">The icon hash.</param> |
|
|
|
|
|
<returns> |
|
|
|
|
|
A URL pointing to the guild role's icon. |
|
|
|
|
|
</returns> |
|
|
|
|
|
</member> |
|
|
<member name="M:Discord.CDN.GetGuildSplashUrl(System.UInt64,System.String)"> |
|
|
<member name="M:Discord.CDN.GetGuildSplashUrl(System.UInt64,System.String)"> |
|
|
<summary> |
|
|
<summary> |
|
|
Returns a guild splash URL. |
|
|
Returns a guild splash URL. |
|
@@ -9646,6 +9656,14 @@ |
|
|
A string containing the name of this role. |
|
|
A string containing the name of this role. |
|
|
</returns> |
|
|
</returns> |
|
|
</member> |
|
|
</member> |
|
|
|
|
|
<member name="P:Discord.IRole.Icon"> |
|
|
|
|
|
<summary> |
|
|
|
|
|
Gets the icon of this role. |
|
|
|
|
|
</summary> |
|
|
|
|
|
<returns> |
|
|
|
|
|
A string containing the hash of this role's icon. |
|
|
|
|
|
</returns> |
|
|
|
|
|
</member> |
|
|
<member name="P:Discord.IRole.Permissions"> |
|
|
<member name="P:Discord.IRole.Permissions"> |
|
|
<summary> |
|
|
<summary> |
|
|
Gets the permissions granted to members of this role. |
|
|
Gets the permissions granted to members of this role. |
|
@@ -9684,6 +9702,14 @@ |
|
|
A task that represents the asynchronous modification operation. |
|
|
A task that represents the asynchronous modification operation. |
|
|
</returns> |
|
|
</returns> |
|
|
</member> |
|
|
</member> |
|
|
|
|
|
<member name="M:Discord.IRole.GetIconUrl"> |
|
|
|
|
|
<summary> |
|
|
|
|
|
Gets the image url of the icon role. |
|
|
|
|
|
</summary> |
|
|
|
|
|
<returns> |
|
|
|
|
|
An image url of the icon role. |
|
|
|
|
|
</returns> |
|
|
|
|
|
</member> |
|
|
<member name="T:Discord.ReorderRoleProperties"> |
|
|
<member name="T:Discord.ReorderRoleProperties"> |
|
|
<summary> |
|
|
<summary> |
|
|
Properties that are used to reorder an <see cref="T:Discord.IRole"/>. |
|
|
Properties that are used to reorder an <see cref="T:Discord.IRole"/>. |
|
|