Deleting file message by timeout

Hi!
I need to add a feature to the app with the ability to select how long the user messages with images should be stored (like at the Telegram).

  • We currently have the ability to send pictures within the chat. However, we would like to make it disappear after X time.

Is there any way to do that?

Hi @aleksandr.bolshakov,

Welcome to the Sendbird Community. To the best of my knowledge this is not something that would be possible on out side. Your best bet may be to implement some sort of cron system that automatically checks the messages you want to delete after a certain period of time, and then use the Platform API to delete them.

1 Like