We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb4655 commit f5a99d8Copy full SHA for f5a99d8
packages/cli/templates/python/echo/src/main.py
@@ -2,10 +2,11 @@
2
import re
3
4
from microsoft.teams.api import MessageActivity, TypingActivityInput
5
-from microsoft.teams.apps import ActivityContext, App, AppOptions
+from microsoft.teams.apps import ActivityContext, App
6
from microsoft.teams.devtools import DevToolsPlugin
7
8
-app = App(AppOptions(plugins=[DevToolsPlugin()]))
+app = App(plugins=[DevToolsPlugin()])
9
+
10
11
12
@app.on_message_pattern(re.compile(r"hello|hi|greetings"))
0 commit comments