You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/services/messaging.ts
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -716,7 +716,7 @@ export class Messaging {
716
716
* @param {string} params.scheduledAt - Scheduled delivery time for message in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. DateTime value must be in future.
717
717
* @throws {AppwriteException}
718
718
* @returns {Promise<Models.Message>}
719
-
* @deprecated This API has been deprecated since 1.8.0. Please use `CreateSMS` instead.
719
+
* @deprecated This API has been deprecated since 1.8.0. Please use `Messaging.createSMS` instead.
* @param {string} params.scheduledAt - Scheduled delivery time for message in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. DateTime value must be in future.
921
921
* @throws {AppwriteException}
922
922
* @returns {Promise<Models.Message>}
923
-
* @deprecated This API has been deprecated since 1.8.0. Please use `UpdateSMS` instead.
923
+
* @deprecated This API has been deprecated since 1.8.0. Please use `Messaging.updateSMS` instead.
0 commit comments