GuildTransferOwnershipRequest constructor

const GuildTransferOwnershipRequest({
  1. required SnowflakeType newOwnerId,
  2. PasswordType? password,
})

Implementation

const GuildTransferOwnershipRequest({
  required this.newOwnerId,
  this.password,
});