-
public interface SendGiphy
-
-
Method Summary
Modifier and Type Method Description abstract Call<Message>invoke(Message message)Sends selected giphy message to the channel. -
-
Method Detail
-
invoke
@CheckResult() abstract Call<Message> invoke(Message message)
Sends selected giphy message to the channel. 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
-
-
-
-