Class SelfGuildUserProperties
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents properties used to modify the current user's guild-specific information.
public class SelfGuildUserProperties : GuildUserProperties
- Inheritance
-
SelfGuildUserProperties
- Inherited Members
Properties
Avatar
Gets or sets the avatar image of the current user.
public Optional<Image?> Avatar { get; set; }
Property Value
Banner
Gets or sets the banner image of the current user.
public Optional<Image?> Banner { get; set; }
Property Value
Bio
Gets or sets the user's biography text.
public Optional<string> Bio { get; set; }