-
-
Save KyMidd/b713dfe47932e4f860ca9a8fed7d5456 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def handle_teams_event(body, event): | |
| # ... | |
| if event_type == 'message': | |
| # ... | |
| # Format the OAuth card | |
| card = format_oauth_card(auth_url) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment