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 51a6bde commit 87a0432Copy full SHA for 87a0432
libraries/botbuilder-schema/botbuilder/schema/teams/__init__.py
@@ -63,6 +63,7 @@
63
from ._models_py3 import MeetingParticipantInfo
64
from ._models_py3 import CacheInfo
65
from ._models_py3 import TabContext
66
+from ._models_py3 import TabEntityContext
67
from ._models_py3 import TabRequest
68
from ._models_py3 import TabResponseCard
69
from ._models_py3 import TabResponseCards
@@ -136,6 +137,7 @@
136
137
"MeetingParticipantInfo",
138
"CacheInfo",
139
"TabContext",
140
+ "TabEntityContext",
141
"TabRequest",
142
"TabResponseCard",
143
"TabResponseCards",
0 commit comments