Skip to content

Commit

Permalink
Add context example to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Desiders committed Feb 1, 2024
1 parent df83076 commit 2e95bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Before you start, make sure that you have a basic understanding of the [Telegram
- [Text formatting](examples/text_formatting). This example shows how to format text.
- [Text case filters](examples/text_case_filters). This example shows how to create text case filters.
- [Stats updates middleware](examples/stats_incoming_updates_middleware). This example shows how to create a middleware that count incoming updates.
- [Context](examples/from_event_and_context). This example shows how to extract data from event and context and use it in handlers.
- [Input file](examples/input_file). This example shows how to send files by the bot.
- [Finite state machine](examples/finite_state_machine). This example shows how to use a finite state machine (conversation).
- [Router tree](examples/router_tree). This example shows how to create a router tree.
Expand Down

0 comments on commit 2e95bdb

Please sign in to comment.