-
public interface EditMessage
-
-
Method Summary
Modifier and Type Method Description abstract Call<Message>invoke(Message message)Edits the specified message. -
-
Method Detail
-
invoke
@CheckResult() abstract Call<Message> invoke(Message 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
-
-
-
-