Chat Flutter v3
Chat Flutter
Chat
Flutter
Version 3
Home
/
Chat
/
Flutter
/
Message
Update a scheduled message
Copy link
You can update a scheduled user message by passing ScheduledUserMessageUpdateParams
as an argument to the updateScheduledUserMessage()
method.
You can also update a scheduled file message to send at a later time by passing ScheduledFileMessageUpdateParams
as an argument to the updateScheduledFileMessage()
method.