CreateInternalTextMessageRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
text | str | ✅ | 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 |
from_ | PagerCallerInfoRequest | ❌ | Sender of a pager message. |
reply_on | int | ❌ | Internal identifier of a message this message replies to |
to | List[PagerCallerInfoRequest] | ❌ | Optional if replyOn parameter is specified. Receiver of a pager message. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs