Chat JavaScript v4
Chat JavaScript
Chat
JavaScript
Home
/
Chat
/
JavaScript
/
Message
This is the new Docs for Chat SDK v4 for JavaScript. To see the previous Docs, click here.
You can retrieve a specific scheduled message by passing ScheduledMessageRetrievalParams
as an argument to the MessageModule.getScheduledMessage()
method.
Parameter name | Type | Description |
---|---|---|
channelUrl | string | Specifies the URL of the channel. |
scheduledMessageId | long | Specifies the ID of the scheduled message. |