File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ export type MessageSendRequest = {
66 /** @example "+18005550100" */
77 to : string ;
88 /**
9- * request_id is an optional parameter used to track a request from the client's perspective
9+ * The request_id field is an optional parameter used to track a request from the client's perspective
1010 * @example "153554b5-ae44-44a0-8f4f-7bbac5657ad4"
1111 */
1212 request_id ?: string ;
1313 /**
14- * send_at is an optional parameter used to schedule a message to be sent at a later time
14+ * The send_at field is an optional parameter used to schedule a message to be sent at a later time
1515 * @example "2022-06-05T14:26:09.527976+03:00"
1616 */
1717 send_at ?: Date ;
1818 /**
19- * Determines weather or not the message content is encrypted already. Note that you have to also set the encryption
20- * key on the Android app for this feature to work properly.
19+ * This encrypted field is an optional parameter which determines weather or not the message content is encrypted.
20+ * Note that you have to also set the encryption key on the Android app for this feature to work properly.
2121 * @example false
2222 */
2323 encrypted ?: boolean ;
You can’t perform that action at this time.
0 commit comments