Updated GetUsers to provide better inforamtion about invalid accounts to a user

This commit is contained in:
2023-06-23 11:45:37 +03:00
parent d7a049f211
commit be76b09427
5 changed files with 130 additions and 38 deletions

View File

@@ -29,3 +29,4 @@ serde_json = "1.0.96"
teloxide = { version = "0.12.2", features = ["macros", "ctrlc_handler", "rustls", "throttle"], default-features = false }
thiserror = "1.0.40"
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
trim-in-place = "0.1.7"