From e05bc2ddede9276f322be3b7655c66276ea72335 Mon Sep 17 00:00:00 2001 From: TheBluLion <41968802+TheBluLion@users.noreply.github.com> Date: Wed, 2 Mar 2022 19:51:53 -0600 Subject: [PATCH] Update TeamsActivityHandler.yml there is no method 3- updated to say 1 and 2 correctly instead of 2 and 3 --- .../docs-ref-autogen/botbuilder/TeamsActivityHandler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botbuilder-typescript/docs-ref-autogen/botbuilder/TeamsActivityHandler.yml b/botbuilder-typescript/docs-ref-autogen/botbuilder/TeamsActivityHandler.yml index a2f2ca4e..b6cc0d7a 100644 --- a/botbuilder-typescript/docs-ref-autogen/botbuilder/TeamsActivityHandler.yml +++ b/botbuilder-typescript/docs-ref-autogen/botbuilder/TeamsActivityHandler.yml @@ -12,7 +12,7 @@ remarks: >- to stay in line with older {@see ActivityHandler} implementation. Developers should use either #1 or #2, above for all Conversation Update - activities and not *both* #2 and #3 for the same activity. Meaning, + activities and not *both* #1 and #2 for the same activity. Meaning, developers should override `onTeamsMembersAdded()` and not use both `onTeamsMembersAdded()` and `onTeamsMembersAddedEvent()`. Developers wanting to handle Invoke activities *must* override methods