Class GuildTransferOwnershipRequest
public class GuildTransferOwnershipRequest
- Inheritance
-
objectGuildTransferOwnershipRequest
Properties
NewOwnerId
[JsonProperty("new_owner_id")]
public ulong NewOwnerId { get; set; }
Property Value
Password
[JsonProperty("password")]
public string? Password { get; set; }