mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Add TODO (examples/simple_dialogue)
This commit is contained in:
parent
0ae2d975df
commit
d803d8197a
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ impl FavouriteMusic {
|
|||
// [A UserInfo's data]
|
||||
// ============================================================================
|
||||
|
||||
// TODO: implement a type-safe UserInfo without lots of .unwrap
|
||||
#[derive(Default)]
|
||||
struct UserInfo {
|
||||
full_name: Option<String>,
|
||||
|
|
Loading…
Add table
Reference in a new issue