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

invoke

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

Edits the specified message. Local storage is updated immediately The API request is retried according to the retry policy specified on the chatDomain

Parameters

message - the message to edit

Return
A call object with Message as the return type

See Also

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