Emoting Poll Element
Describes Emoting Element
final public class EmotingPoll: Diametric { }
extension EmotingPoll: Fadeable {
public var fade: Int {
return data.fade
}
}
Returns number of seconds between user's vote and when this vote will be faded out.
fade: Int
Last modified 3yr ago