github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/CreateSmsMessage.md (about)

     1  # CreateSmsMessage
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **From** | [**MessageStoreCallerInfoRequest**](MessageStoreCallerInfoRequest.md) |  | 
     7  **To** | [**[]MessageStoreCallerInfoRequest**](MessageStoreCallerInfoRequest.md) | Receiver of an SMS message. The phoneNumber property must be filled | 
     8  **Text** | **string** | Text of a message. Max length is 1000 symbols (2-byte UTF-16 encoded). If a character is encoded in 4 bytes in UTF-16 it is treated as 2 characters, thus restricting the maximum message length to 500 symbols | 
     9  
    10  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    11  
    12