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 5344095 commit 3b943daCopy full SHA for 3b943da
libraries/botbuilder-adapters-slack/botbuilder/adapters/slack/slack_adapter.py
@@ -115,8 +115,7 @@ async def delete_activity(
115
116
:param context: A TurnContext representing the current incoming message and environment.
117
: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`}}".
+ :param reference: An object in the form "{activityId: `id of message to delete`,conversation: { id: `id of Slack channel`}}".
120
:type reference: :class:`botbuilder.schema.ConversationReference`
121
"""
122
0 commit comments