addFlags

open override fun addFlags(vararg flags: MessageFlag): Reply(source)
open override fun addFlags(flags: List<MessageFlag>): Reply(source)

Adds any other message flag to the reply.

Return

The Reply instance.

Parameters

flags

The flags to add.