createTime

abstract fun createTime(createTime: Long): CommandBuilder

Sets the creation timestamp for the command message.

Return

this builder for method chaining

Parameters

createTime

the creation time as a Unix timestamp in milliseconds

See also


abstract val createTime: Long