Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TeamsActivityHandler.yml #56

Open
wants to merge 1 commit into
base: live
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down