reply

abstract suspend fun reply(reply: ConversationReply): Boolean

Replies with the specified ConversationReply to the conversation with the specified ConversationReply.id.

Return

false if sending the reply failed, 'true' otherwise.

Parameters

reply

The conversation reply to be sent.