mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-31 16:40:37 +01:00
Update README.md
This commit is contained in:
parent
cfd1170c37
commit
16b0941f60
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ enum Dialogue {
|
|||
Start,
|
||||
ReceiveAttempt(u8),
|
||||
}
|
||||
|
||||
async fn handle_message(
|
||||
ctx: DialogueHandlerCtx<Message, Dialogue>,
|
||||
) -> Result<DialogueStage<Dialogue>, RequestError> {
|
||||
|
|
Loading…
Reference in a new issue