Specify what methods are called in documentation for API.chunked_upload
authorHarmon <Harmon758@gmail.com>
Sun, 21 Feb 2021 04:13:20 +0000 (22:13 -0600)
committerHarmon <Harmon758@gmail.com>
Sun, 21 Feb 2021 04:17:06 +0000 (22:17 -0600)
docs/api.rst

index 8a29e013905c724d4845f5916dbc720e8448e0c7..103e76f2518bb9ea0b0e9105c1b4a2b3dab2859f 100644 (file)
@@ -1354,7 +1354,9 @@ Media methods
                                [media_category], [additional_owners])
 
    Use this to upload images to Twitter.
-   This uses the chunked upload endpoints.
+   This uses the chunked upload endpoints and calls
+   :func:`API.chunked_upload_init`, :func:`API.chunked_upload_append`, and
+   :func:`API.chunked_upload_finalize`.
 
    :param filename: |filename|
    :param file: |file|