Skip to content

Commit

Permalink
Added echo-bot example
Browse files Browse the repository at this point in the history
  • Loading branch information
mymmrac committed Feb 3, 2023
1 parent bec5cfc commit 092e8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2022 Artem Yadelskyi
Copyright (c) 2021-2023 Artem Yadelskyi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ More examples can be seen here:
- [Updates (webhook)](examples/updates_webhook/main.go)
- [Echo bot](examples/echo_bot/main.go)
- [Echo bot (with handlers)](examples/echo_bot_with_handlers/main.go)
- [Echo bot (handlers + webhook + graceful shutdown + docker)](https://github.com/mymmrac/echo-bot)
- [Sending files (documents, photos, media groups)](examples/sending_files/main.go)
- [Inline keyboard](examples/inline_keyboard/main.go)
- [Keyboard](examples/keyboard/main.go)
Expand Down

0 comments on commit 092e8d5

Please sign in to comment.