Package 

Interface SendGiphy

    • Method Summary

      Modifier and Type Method Description
      abstract Call<Message> invoke(Message message) Sends selected giphy message to the channel.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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