find

abstract override fun find(id: ID): TelegramBot?(source)

Find a matching bot by token or user id. if id is a NumericalID, think of it as a User.id for finding. Otherwise, it is treated as a token, then converted to a Long and then treated as a User.id.