@zernio/node 0.2.125 → 0.2.126
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
|
@@ -1908,6 +1908,7 @@ export const deleteInboxMessage = <ThrowOnError extends boolean = false>(options
|
|
|
1908
1908
|
* Show a typing indicator in a conversation. Platform support:
|
|
1909
1909
|
* - Facebook Messenger: Shows "Page is typing..." for 20 seconds
|
|
1910
1910
|
* - Telegram: Shows "Bot is typing..." for 5 seconds
|
|
1911
|
+
* - WhatsApp: Shows "typing..." for up to 25 seconds. Requires a recent inbound message in the conversation (Meta references the inbound message id) and also marks that message as read as a side-effect.
|
|
1911
1912
|
* - All others: Returns 200 but no-op (platform doesn't support it)
|
|
1912
1913
|
*
|
|
1913
1914
|
* Typing indicators are best-effort. The endpoint always returns 200 even if the platform call fails.
|