Module slack_sdk.web.file_upload_v2_result
Classes
class FileUploadV2Result (status: int, body: str)-
Expand source code
class FileUploadV2Result: status: int body: str def __init__(self, status: int, body: str): self.status = status self.body = bodyClass variables
var body : str-
The type of the None singleton.
var status : int-
The type of the None singleton.