mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45: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,
|
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> {
|
||||||
|
|
Loading…
Add table
Reference in a new issue