Module slack_bolt.request
Incoming request from Slack through either HTTP request or Socket Mode connection.
Refer to https://api.slack.com/apis/connections for the two types of connections. This interface encapsulates the difference between the two.
Expand source code
"""Incoming request from Slack through either HTTP request or Socket Mode connection.
Refer to https://api.slack.com/apis/connections for the two types of connections.
This interface encapsulates the difference between the two.
"""
# Don't add async module imports here
from .request import BoltRequest
Sub-modules
slack_bolt.request.async_internalsslack_bolt.request.async_requestslack_bolt.request.internalsslack_bolt.request.payload_utilsslack_bolt.request.request