Commit 6ad1cfbf by Oleksandr Barabash

repr added

parent 6d5d5360
......@@ -459,8 +459,6 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
tenant_id=tenant_id,
conversation_id=conversation_id)
)
from botframework.connector.models import ChannelAccount
members = await self.adapter.get_conversation_members(turn_context)
await turn_context.send_activity(str(
repr(x) for x in members
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment