RingCentral .Net SDK
Properties | List of all members
RingCentral.CreateInternalTextMessageRequest Class Reference

Properties

PagerCallerInfoRequest from [get, set]
 
long? replyOn [get, set]
 Internal identifier of a message this message replies to Format: int32 More...
 
string text [get, set]
 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 Required Example: hello world More...
 
PagerCallerInfoRequest[] to [get, set]
 Optional if replyOn parameter is specified. Receiver of a pager message. More...
 

Property Documentation

◆ from

PagerCallerInfoRequest RingCentral.CreateInternalTextMessageRequest.from
getset

◆ replyOn

long? RingCentral.CreateInternalTextMessageRequest.replyOn
getset

Internal identifier of a message this message replies to Format: int32

◆ text

string RingCentral.CreateInternalTextMessageRequest.text
getset

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 Required Example: hello world

◆ to

PagerCallerInfoRequest [] RingCentral.CreateInternalTextMessageRequest.to
getset

Optional if replyOn parameter is specified. Receiver of a pager message.


The documentation for this class was generated from the following file: