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
agentAddressAgentAddressbencodedIValue
GuildRejoinCooldown(AgentAddress, Integer)
public GuildRejoinCooldown(AgentAddress agentAddress, Integer bencoded)
Parameters
agentAddressAgentAddressbencodedInteger
GuildRejoinCooldown(AgentAddress, long)
public GuildRejoinCooldown(AgentAddress agentAddress, long quitHeight)
Parameters
agentAddressAgentAddressquitHeightlong
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
currentHeightlong
Returns
Equals(GuildRejoinCooldown?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(GuildRejoinCooldown? other)
Parameters
otherGuildRejoinCooldownAn object to compare with this object.