timeoutUntil property

DateTime? timeoutUntil
getter/setter pair

When the user's timeout will expire and the user will be able to communicate in the guild again (up to 28 days in the future), set to null to remove timeout

Implementation

DateTime? timeoutUntil = DateTime.fromMillisecondsSinceEpoch(0);