Skip to content

Commit 87a0432

Browse files
authored
Add TabEntityContext to init.py (#1538)
1 parent 51a6bde commit 87a0432

File tree

1 file changed

+2
-0
lines changed
  • libraries/botbuilder-schema/botbuilder/schema/teams

1 file changed

+2
-0
lines changed

libraries/botbuilder-schema/botbuilder/schema/teams/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
from ._models_py3 import MeetingParticipantInfo
6464
from ._models_py3 import CacheInfo
6565
from ._models_py3 import TabContext
66+
from ._models_py3 import TabEntityContext
6667
from ._models_py3 import TabRequest
6768
from ._models_py3 import TabResponseCard
6869
from ._models_py3 import TabResponseCards
@@ -136,6 +137,7 @@
136137
"MeetingParticipantInfo",
137138
"CacheInfo",
138139
"TabContext",
140+
"TabEntityContext",
139141
"TabRequest",
140142
"TabResponseCard",
141143
"TabResponseCards",

0 commit comments

Comments
 (0)