This commit is contained in:
LasterAlex 2024-08-16 14:21:39 +03:00
parent 1181092bd5
commit da2ce2b116
No known key found for this signature in database

View file

@ -3,8 +3,8 @@
//!
//! Deep linking (links like https://t.me/some_bot?start=123456789)
//! is handled by telegram in the same way as just sending /start {argument}.
//! So, in the StartCommand enum we need to write Start(String) to get the argument,
//! just as in command.rs example.
//! So, in the StartCommand enum we need to write Start(String)
//! to get the argument, just like in command.rs example.
//!
//! Also, deep linking is only supported with /start command!
//! "https://t.me/some_bot?argument=123456789" will not work