Chat Flutter v3
Chat Flutter
Chat
Flutter
Version 3
Home
/
Chat
/
Flutter
/
Message
Cancel a scheduled message
Copy link
Use the cancelScheduledMessage()
method to cancel a message that a user has scheduled to send at a later time.
Use the cancelScheduledMessage()
method to cancel a message that a user has scheduled to send at a later time.
// Cancel a scheduled message. await channel.cancelScheduledMessage(scheduledMessageId);