Bans the author of the message
Future<bool> banAuthor({DateTime? untilDate, bool? revokeMessages}) async { _verifyInfo([from?.id], APIMethod.banChatMember); return banChatMember(from!.id); }