sym.sdk.integrations.slack.channel

sym.sdk.integrations.slack.channel(name: str, allow_self: bool = False, timeout: Optional[int] = None) Union[sym.sdk.request_destination.SlackChannelID, sym.sdk.request_destination.SlackChannelName]

A reference to a Slack channel.

Parameters
  • name – The unique channel name or channel ID. (e.g. ‘#sym-requests’ or ‘C12345’).

  • allow_self – A boolean indicating whether the requester may approve this Request.

  • 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.