Chat Flutter v3
Chat Flutter
Chat
Flutter
Version 3
Home
/
Chat
/
Flutter
/
Message
Retrieve a scheduled message
Copy link
You can retrieve a specific scheduled message by passing ScheduledMessageRetrievalParams
as an argument to the getScheduledMessage()
method.
ScheduledMessageRetrievalParams
Copy link
Parameter name | Type | Description |
---|---|---|
channelUrl | String | Specifies the URL of the channel. |
scheduledMessageId | int | Specifies the ID of the scheduled message. |