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

DeleteMessageImpl

class DeleteMessageImpl : DeleteMessage

Constructors

<init>

DeleteMessageImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

invoke

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

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