8000 Update slack_adapter.py · ToucanToco/botbuilder-python@3b943da · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b943da

Browse files
author
Emily Olshefski
authored
Update slack_adapter.py
1 parent 5344095 commit 3b943da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/botbuilder-adapters-slack/botbuilder/adapters/slack/slack_adapter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ async def delete_activity(
115115
116116
:param context: A TurnContext representing the current incoming message and environment.
117117
:type context: :class:`botbuilder.core.TurnContext`
118-
:param reference: An object in the form "{activityId: `id of message to delete`,
119-
conversation: { id: `id of Slack channel`}}".
118+
:param reference: An object in the form "{activityId: `id of message to delete`,conversation: { id: `id of Slack channel`}}".
120119
:type reference: :class:`botbuilder.schema.ConversationReference`
121120
"""
122121

0 commit comments

Comments
 (0)
0