sym.sdk.integrations.slack.group

sym.sdk.integrations.slack.group(users: Sequence[Union[str, sym.sdk.user.User]], allow_self: bool = False, timeout: Optional[int] = None) sym.sdk.request_destination.SlackUserGroup

A reference to a Slack group DM.

Parameters
  • users – A list of Slack Users to include in the group. Users can be specified with a Slack user ID, email, a string version of an @mention. (e.g. “U12345”, “jane@symops.io”, “@Jane Austen”, or a Sym User instance).

  • timeout – An integer representing the number of seconds for the request to remain active for this user. After timeout elapses, the request message will expire and can no longer be interacted with.