GuildTransferOwnershipRequest constructor
const
GuildTransferOwnershipRequest({
- required SnowflakeType newOwnerId,
- PasswordType? password,
Implementation
const GuildTransferOwnershipRequest({
required this.newOwnerId,
this.password,
});