implemented TTL feature
This commit is contained in:
@ -24,7 +24,8 @@ public enum Param {
|
||||
TOKEN("token"),
|
||||
URL("url"),
|
||||
URL_TITLE("url_title"),
|
||||
USER("user");
|
||||
USER("user"),
|
||||
TTL("ttl");
|
||||
|
||||
private final String value;
|
||||
|
||||
|
Reference in New Issue
Block a user