Skip to main content
Version: v5

MessageBounce

Component to render bounce action handler on click or long press of a Bounced message, within MessageList.

Props

setEditingState

Enables editing state for given message.

Type
(message) => void

removeMessage

Function to remove message from local channel state. Please note that this function is only for updating the local state, it doesn't call the API for deleting message (channel.deleteMessage).

Type
(message) => void

retrySendMessage

Function to re-attempt sending failed message.

Type
(message) => void

overrides the value from MessageContext
message

Message object.

Type
Message type

setIsBounceDialogOpen

React state update function to open/close the message bounce modal.

Type
(boolean) => void

Did you find this page helpful?