@getlatedev/node 0.1.21 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/generated/sdk.gen.ts +1 -0
package/package.json
CHANGED
package/src/generated/sdk.gen.ts
CHANGED
|
@@ -459,6 +459,7 @@ export const retryPost = <ThrowOnError extends boolean = false>(options: Options
|
|
|
459
459
|
* - **Snapchat:** No deletion API available. Posts must be deleted manually.
|
|
460
460
|
*
|
|
461
461
|
* **Platform notes:**
|
|
462
|
+
* - **Threaded posts (Twitter, Threads, Bluesky):** If the post was published as a thread, all items in the thread are deleted (not just the first one). Posts published before this feature was added will only have the first item deleted.
|
|
462
463
|
* - **Telegram:** Messages older than 48 hours may fail to delete (Telegram Bot API limitation).
|
|
463
464
|
* - **YouTube:** This permanently deletes the video from YouTube.
|
|
464
465
|
*
|