static S sendOptWithTimeout(int timeout, fS bot, fS text, fO... args) { ret evalWithTimeoutOrNull(timeout, func -> S { sendOpt(bot, text, args) }); }