library / io.getstream.chat.android.livedata.usecase / DeleteMessage

DeleteMessage

interface DeleteMessage

Functions

invoke

Deletes the specified message, request is retried according to the retry policy specified on the chatDomain

abstract operator fun invoke(message: Message): Call2<Message>

Inheritors

DeleteMessageImpl

class DeleteMessageImpl : DeleteMessage