-
public interface ShuffleGiphy
-
-
Method Summary
Modifier and Type Method Description abstract Call<Message>invoke(Message message)Performs giphy shuffle operation. -
-
Method Detail
-
invoke
abstract Call<Message> invoke(Message message)
Performs giphy shuffle operation. Removes the original "ephemeral" message from local storage. Returns new "ephemeral" message with new giphy url. API call to remove the message is retried according to the retry policy specified on the chatDomain
- Parameters:
message- the message to send
-
-
-
-