Class GuildRejoinCooldown
public class GuildRejoinCooldown : IBencodable, IEquatable<GuildRejoinCooldown>
- Inheritance
-
GuildRejoinCooldown
- Implements
-
IBencodable
- Inherited Members
Constructors
GuildRejoinCooldown(AgentAddress, IValue)
public GuildRejoinCooldown(AgentAddress agentAddress, IValue bencoded)
Parameters
agentAddress
AgentAddressbencoded
IValue
GuildRejoinCooldown(AgentAddress, Integer)
public GuildRejoinCooldown(AgentAddress agentAddress, Integer bencoded)
Parameters
agentAddress
AgentAddressbencoded
Integer
GuildRejoinCooldown(AgentAddress, long)
public GuildRejoinCooldown(AgentAddress agentAddress, long quitHeight)
Parameters
agentAddress
AgentAddressquitHeight
long
Properties
AgentAddress
public AgentAddress AgentAddress { get; }
Property Value
Bencoded
public Integer Bencoded { get; }
Property Value
- Integer
ReleaseHeight
public long ReleaseHeight { get; }
Property Value
Methods
Cooldown(long)
public long Cooldown(long currentHeight)
Parameters
currentHeight
long
Returns
Equals(GuildRejoinCooldown?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(GuildRejoinCooldown? other)
Parameters
other
GuildRejoinCooldownAn object to compare with this object.