addOwners

fun addOwners(vararg ownerIds: Long)(source)

Deprecated

Renamed to addPredefinedOwners

Replace with

addPredefinedOwners(*ownerIds)

Adds predefined owner IDs, disabling automatic bot owners retrieval.

Parameters

ownerIds

IDs of the bot owners

See also


fun addOwners(ownerIds: Collection<Long>)(source)

Deprecated

Renamed to addPredefinedOwners

Replace with

addPredefinedOwners(ownerIds)

Adds predefined owner IDs, disabling automatic bot owners retrieval.

Parameters

ownerIds

IDs of the bot owners

See also