reply

abstract fun reply(content: String): Reply(source)

Replies to an interaction.

Return

The reply.

Parameters

content

The content of the reply.


abstract fun reply(embed: Embed): Reply(source)

Replies to an interaction.

Return

The reply.

Parameters

embed

The embed of the reply.