Exemplo n.º 1
0
 internal TransportUser(TransportUser other)
 {
     Id            = other.Id;
     Username      = other.Username;
     Discriminator = other.Discriminator;
     AvatarHash    = other.AvatarHash;
     IsBot         = other.IsBot;
     MfaEnabled    = other.MfaEnabled;
     Verified      = other.Verified;
     Email         = other.Email;
 }
Exemplo n.º 2
0
 internal TransportUser(TransportUser other)
 {
     this.Id            = other.Id;
     this.Username      = other.Username;
     this.Discriminator = other.Discriminator;
     this.AvatarHash    = other.AvatarHash;
     this.IsBot         = other.IsBot;
     this.MfaEnabled    = other.MfaEnabled;
     this.Verified      = other.Verified;
     this.Email         = other.Email;
 }
Exemplo n.º 3
0
 internal TransportUser(TransportUser other)
 {
     this.Id            = other.Id;
     this.Username      = other.Username;
     this.Discriminator = other.Discriminator;
     this.AvatarHash    = other.AvatarHash;
     this.IsBot         = other.IsBot;
     this.MfaEnabled    = other.MfaEnabled;
     this.Verified      = other.Verified;
     this.Email         = other.Email;
     this.PremiumType   = other.PremiumType;
     this.Locale        = other.Locale;
     this.Flags         = other.Flags;
 }