Block a user
d3cfa3c50f
Updated deps
9881310afa
Implemented account altering
5a07d0b5e0
Updated sea-orm
6408d9d1d0
now answering callback queries
adf19c35b5
Added export handler macro
9881310afa
Implemented account altering
5a07d0b5e0
Updated sea-orm
6408d9d1d0
now answering callback queries
adf19c35b5
Added export handler macro
875c18a510
Moved the /menu up in the list of commands
2fed183146
Added a mention of /set_master_pass when it is not set
9ea0af9add
added missing return
df7f52774d
Changed get.rs and get_menu.rs to use MessageIds::alter_message func
8c72b7417f
added inline attributes
7cd8100fdb
Switched to inline buttons when getting the account name, finished decrypt and delete Callback commands
93824b190f
Now altering messages where possible
aae30a3f82
now changing state in set_master_pass by using change_state macro
e91f1827ef
added get endpoint, updated state_management
348223af3d
Added menu endpoints
5189e8ab5f
Added new callback types
0621d78cd3
Replaced try_join func by tokio::try_join to be consistent with delete_all
111d4a56fa
Added a 200 MB file size limit
6817ccc18c
Moved document validation into a sepparate func
43c9b34814
Simplified Handler::new
4f4a4d0d2b
Added ask_name_handler
eeff85c1cf
Started simplifying code using macros
b2738cd0fc
Now forming MessageIds only from &Message to reduce the amount of moving this large type
8443ca6a9e
simplified Handler.previous into the chat id and message id
30f28a87d8
Now properly answering the callback query
4d3ad75b9d
Updated itertools and other deps, removed unnessesary versions from Cargo.toml
de3517749b
Moved handler.func.is_none check to the top