mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-31 16:40:37 +01:00
Update the FAQ
This commit is contained in:
parent
96b8df4bdd
commit
4a4990e207
2 changed files with 6 additions and 2 deletions
|
@ -334,6 +334,10 @@ Associated links:
|
||||||
- [Marvin's Marvellous Guide to All Things Webhook](https://core.telegram.org/bots/webhooks)
|
- [Marvin's Marvellous Guide to All Things Webhook](https://core.telegram.org/bots/webhooks)
|
||||||
- [Using self-signed certificates](https://core.telegram.org/bots/self-signed)
|
- [Using self-signed certificates](https://core.telegram.org/bots/self-signed)
|
||||||
|
|
||||||
|
**Q: Can I handle both callback queries and messages within a single dialogue?**
|
||||||
|
|
||||||
|
A: Yes, see [`examples/purchase.rs`](examples/purchase.rs).
|
||||||
|
|
||||||
## Community bots
|
## Community bots
|
||||||
|
|
||||||
Feel free to propose your own bot to our collection!
|
Feel free to propose your own bot to our collection!
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This example demonstrates how to deal with messages and callback queries in a
|
// This example demonstrates how to deal with messages and callback queries
|
||||||
// single dialogue.
|
// within a single dialogue.
|
||||||
//
|
//
|
||||||
// # Example
|
// # Example
|
||||||
// ```
|
// ```
|
||||||
|
|
Loading…
Reference in a new issue