HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
114 stars 53 forks source link

Add ContextTeamId to SlackEventWrapper. #313

Closed mbeziazychnyi closed 1 year ago

mbeziazychnyi commented 1 year ago

Description

This PR adds ContextTeamId to SlackEventWrapper. I need this new field to extrude actual teamID for events that happened in shared channels, since those events contains team ids for both workspaces. I made it optional because I don't want to break all the builds in the world.

@zmarushchak-hs @omotnyk @motnyk @nliutyi-hs