sendGiphy

fun sendGiphy(message: Message): Call<Message>

Sends selected giphy message to the channel specified by Message.cid. The call will be retried accordingly to retryPolicy.

Return

Executable async Call responsible for sending the Giphy.

Parameters

message

The message to send.

See also

RetryPolicy