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

invoke

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

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

Parameters

message - the message to mark as deleted

Return
A call object with Message as the return type

See Also

io.getstream.chat.android.livedata.utils.RetryPolicy