addFlags

abstract fun addFlags(vararg flags: MessageFlag): Reply(source)
abstract 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.