untilDate property
Date when restrictions will be lifted for this user; unix time. If 0, then the user is banned forever
Notes:
- You can use the untilDateTime getter to get a DateTime object
- Check if the user is banned forever with the isForever getter
Implementation
final int untilDate;