github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/CreatePagerMessageRequest.md (about) 1 # CreatePagerMessageRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **From** | [**MessageStoreCallerInfoRequest**](MessageStoreCallerInfoRequest.md) | | 7 **ReplyOn** | **int32** | Internal identifier of a message this message replies to | [optional] 8 **Text** | **string** | Text of a pager message. Max length is 1024 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 512 symbols | 9 **To** | [**[]MessageStoreCallerInfoRequest**](MessageStoreCallerInfoRequest.md) | Optional if replyOn parameter is specified. Receiver of a pager message. The extensionNumber property must be filled | [optional] 10 11 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 13