8000
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 073cfcb commit 8224331Copy full SHA for 8224331
libraries/botbuilder-core/botbuilder/core/teams/teams_activity_handler.py
@@ -24,6 +24,7 @@
24
from botframework.connector import Channels
25
from .teams_helper import deserializer_helper, serializer_helper
26
27
+
28
class TeamsActivityHandler(ActivityHandler):
29
async def on_turn(self, turn_context: TurnContext):
30
if turn_context is None:
0 commit comments