support chatid command for printing current chat id

This commit is contained in:
2023-03-05 22:07:01 +03:00
parent 31080b742a
commit 75abdf2412
3 changed files with 26 additions and 9 deletions

View File

@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
teloxide = { version = "0.9.0", features = ["macros", "auto-send"] }
teloxide = { version = "0.12.2", features = ["macros", "auto-send"] }
tokio = {version = "1.8", features = ["full"]}
uuid = { version = "0.8.1", features = ["v4"] }
log = "0.4"