Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 15:57:14 +06:00 committed by GitHub
parent cfd1170c37
commit 16b0941f60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,6 +139,7 @@ enum Dialogue {
Start, Start,
ReceiveAttempt(u8), ReceiveAttempt(u8),
} }
async fn handle_message( async fn handle_message(
ctx: DialogueHandlerCtx<Message, Dialogue>, ctx: DialogueHandlerCtx<Message, Dialogue>,
) -> Result<DialogueStage<Dialogue>, RequestError> { ) -> Result<DialogueStage<Dialogue>, RequestError> {