示例#1
0
 public override bool IsValid(Update update, TelegramChat?user, MessageCommand command, ITelegramBotData botData)
 {
     return(command == null || !command.IsCommand());
 }