mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
Fmt fix
This commit is contained in:
parent
1181092bd5
commit
da2ce2b116
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue